13void printmsg(
const char* fmt, ...) __attribute__((format(printf, 1, 2)));
24 unsigned int everyline,
42 size_t correlationThreshold);
48void print(const
char* fmt, ...) __attribute__((format(printf, 1, 2)));
void print(const char *fmt,...) __attribute__((format(printf
Prints a formatted message to the standard error stream, using a printf-style format string and varia...
void printmsg(const char *fmt,...) __attribute__((format(printf
Prints a message right-aligned to the screen, 5 lines from the top, in light blue.
void void printheader(double fittedRate, unsigned int everyline, double beatError, double seconds)
Definition: printing.c:73
void printspaces(int maxpos, size_t hexvalue, size_t mod, size_t acolumns, double avgPos, size_t correlationThreshold)
Prints spaces to visually represent the position of the maximum correlation in the capture output,...
Definition: printing.c:97