Data Structures |
class | logger |
struct | logger::struct_message_types |
struct | logger::struct_message |
struct | logger::struct_file_handle |
struct | logger::struct_sensor |
Functions |
void | _perr (const char *function_name, unsigned int line, const char *text) |
void | _pwarn (const char *function_name, unsigned int line, const char *text) |
void | _pdeb (const char *function_name, unsigned int line, const char *text) |
void | _p (const char *text) |
xmlChar * | ConvertInput (const char *in, const char *encoding) |
void | MessageCatcher (MSG_INSTANCE msgInstance, BYTE_ARRAY callData, void *) |
| This function intercepts all messages recived by this module This function intercepts all messages recived by this module, fill the current message with data recived, adds this new message to the log header and writes the information to the respective log data file.
|
void | AddComment (xmlNodePtr node, const char *text) |
| Add comment This function added a commengt to a XML doc tree.
|
void | update_xpath_nodes (xmlNodeSetPtr nodes, const xmlChar *value) |
Variables |
logger | control |
| Main log class control.
|