TwiceAsNice
2019-02-18
|
Macros | |
#define | DEFAULT_DUMP_FILE "c:\\dqedump.txt" |
#define | DEFAULT_TRACE_FILE "c:\\dqetrace.txt" |
#define | TRACE_MAXSTRING 128 |
Functions | |
char *STDCALL | STRACE_init (uint32 size) |
void STDCALL | STRACE_destroy (void) |
void STDCALL | STRACE (char *szFmt,...) |
int STDCALL | STRACE_dump (char *filename) |
pDQLOGENTRY DAQLIB | Dqdbge_init (uint32 size) |
void DAQLIB | Dqdbge_destroy (void) |
void DAQLIB | Dqdbge (uint32 id, uint32 message, uint32 arg0, uint32 arg1) |
void DAQLIB | Dqdbge_clear () |
pDQLOGENTRY DAQLIB | Dqdbge_get (uint32 index) |
uint32 DAQLIB | Dqdbge_getcnt () |
int DAQLIB | Dqdbge_dump (char *filename, pDQLOGFORMAT formatstr) |
Variables | |
static pDQLOGENTRY | DbgData = NULL |
static uint32 | DbgDbaCtr = 0 |
static uint32 | DbgDataLen = 0 |
tUeiPalObject | DbgCritical |
static char * | DbgTraceBuf = NULL |
static uint32 | DbgTraceCnt = 0 |
static uint32 | DbgTraceLen = 0 |
static uint32 | DbgTrace2Dump = 0 |
tUeiPalObject | DbgTraceCritical |
#define DEFAULT_DUMP_FILE "c:\\dqedump.txt" |
#define DEFAULT_TRACE_FILE "c:\\dqetrace.txt" |
#define TRACE_MAXSTRING 128 |
void DAQLIB Dqdbge_clear | ( | ) |
void DAQLIB Dqdbge_destroy | ( | void | ) |
int DAQLIB Dqdbge_dump | ( | char * | filename, |
pDQLOGFORMAT | formatstr | ||
) |
pDQLOGENTRY DAQLIB Dqdbge_get | ( | uint32 | index | ) |
pDQLOGENTRY DAQLIB Dqdbge_init | ( | uint32 | size | ) |
void STDCALL STRACE | ( | char * | szFmt, |
... | |||
) |
void STDCALL STRACE_destroy | ( | void | ) |
int STDCALL STRACE_dump | ( | char * | filename | ) |
tUeiPalObject DbgCritical |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
tUeiPalObject DbgTraceCritical |
|
static |