Recorder common includes and type defs. More...
#include <lar/lar.h>#include <gtk/gtk.h>#include <libxml/encoding.h>#include <libxml/xmlwriter.h>#include <libxml/tree.h>#include <libxml/parser.h>#include <libxml/xpath.h>#include <libxml/xpathInternals.h>

Defines | |
| #define | perr(a) _perr(__FUNCTION__,__LINE__,(a)); |
| Custom error print function, this function prints a error message in the formagt: Error!! (__FUNCTION__,__LINE__) custom_message. | |
| #define | pwarn(a) _pwarn(__FUNCTION__,__LINE__,(a)); |
| Custom warning print function, this function prints a warning message in the formagt: Warning!! (__FUNCTION__,__LINE__) custom_message. | |
| #define | pdeb(a) _pdeb(__FUNCTION__,__LINE__,(a)); |
| Custom debug print function, this function prints a debug message in the formagt: Debug! (__FUNCTION__,__LINE__) custom_message. | |
| #define | p(a) _p(a); |
| Custom print function, this function prints a message in the formagt: MODULE_NAME (__FUNCTION__,__LINE__) custom_message. | |
| #define | null NULL |
| Same as NULL. | |
| #define | LOG_VERSION "v2.11" |
| Log_recorder version. | |
| #define | MESSAGE_TYPES_FILE "messages.xml" |
| File containing message types. | |
Recorder common includes and type defs.
1.6.3