Functions | |
INT16 | timemsg_printf (UINT32 t, char *fmt,...) |
int | open_message_file (char *fname) |
void | close_message_file (void) |
void close_message_file | ( | void | ) |
Flush and close message file, opened by open_message_file.
int open_message_file | ( | char * | fname | ) |
Creates message file, once open call to timemsg_printf(), will not send messages to tracker. Messages are kept in a queue if the application is in realtime mode, and written to disk on non real-time mode except when close_message_file() is called while in real-time mode.
[in] | fname | Message file name |
INT16 timemsg_printf | ( | UINT32 | t, |
char * | fmt, | ||
... | |||
) |
Very similar to eyemsg_printf, with the following features:
t | optional time of event (0 = NOW) |
fmt | format messages |