#include "wstypes.h"
#include <iostream>
#include "sem4.h"
#include "odevice.h"
#include "streamer.h"
#include "xtime.h"
#include "timezone.h"
#include "filed.h"
Go to the source code of this file.
◆ DBG
◆ DBGMSG
◆ DBGSTREAM
◆ DEBUGLOCK
| #define DEBUGLOCK DebugLibSemaphore.Wait() |
◆ DEBUGUNLOCK
| #define DEBUGUNLOCK DebugLibSemaphore.Post() |
◆ ERRMSG
Value:{\
char timebuf[40]; \
__FILE__ << " " << __LINE__ << "] " << X << endl; \
}
static ostream * errorStream(void)
bit8 FormatTime(char *out, char *format)
Definition at line 130 of file wdebug.h.
◆ ERRSTREAM
◆ IN
◆ INFMSG
Value:{\
char timebuf[40]; \
__FILE__ << " " << __LINE__ << "] " << X << endl; \
}
static ostream * infoStream(void)
Definition at line 102 of file wdebug.h.
◆ INFSTREAM
◆ PVAR
◆ USE_DEBUG_SEM
◆ VERBOSE
◆ WRNMSG
Value:{\
char timebuf[40]; \
__FILE__ << " " << __LINE__ << "] " << X << endl; \
}
static ostream * warnStream(void)
Definition at line 116 of file wdebug.h.
◆ WRNSTREAM
◆ DebugLibSemaphore