recorder_common.h File Reference

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>
Include dependency graph for recorder_common.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Recorder common includes and type defs.

Generated on Wed Jun 2 12:43:03 2010 for LAR Atlas by  doxygen 1.6.3