#include "msgLog.h"Go to the source code of this file.
Defines | |
| #define | DEBUG(s) |
| #define | PCRITICAL(s) logCritical s |
| #define | PERROR(s) logError s |
| #define | PWARN(s) logWarn s |
| #define | PINFO(s) logInfo s |
| #define | PREDEBUG(fmt, args...) logDebug(1, fmt, ## args) |
| #define | PDEBUG(s) PREDEBUG s |
| #define | STATUS int |
| #define | OK 0 |
| #define | ERROR -1 |
| #define | MAIN_FUNCTION(name) int main (int argc, char *argv[]) |
| #define | MAIN_HEADER_AND_BODY(name) |
|
|
Definition at line 71 of file OsExtras.h. |
|
|
Definition at line 115 of file OsExtras.h. |
|
|
Definition at line 117 of file OsExtras.h. |
|
|
Definition at line 119 of file OsExtras.h. Referenced by MAIN_FUNCTION(). |
|
|
Definition at line 114 of file OsExtras.h. Referenced by MadScanDisplay::Display(). |
|
|
Definition at line 84 of file OsExtras.h. |
|
|
Definition at line 89 of file OsExtras.h. |
|
|
Definition at line 85 of file OsExtras.h. |
|
|
Definition at line 87 of file OsExtras.h. |
|
|
Definition at line 88 of file OsExtras.h. |
|
|
Definition at line 86 of file OsExtras.h. |
|
|
Definition at line 113 of file OsExtras.h. Referenced by msgSend(). |
1.3.9.1