This file will hold the prototypes for defining procedures to insert trace messages into the code.
GLG, MHPCC
Definition in file psTrace.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | PS_TRACE_H 1 |
| #define | PS_UNKNOWN_TRACE_LEVEL -9999 |
| #define | PS_DEFAULT_TRACE_LEVEL -1 |
| #define | PS_THE_OTHER_DEFAULT_TRACE_LEVEL 0 |
| #define | PS_TRACE_ON 1 |
| Functions *************************************************************. | |
Typedefs | |
| typedef p_psComponent | p_psComponent |
| Basic structure for the component tree. | |
Functions | |
| void | psTrace (const char *facil, psS32 myLevel,...) |
| psBool | psTraceSetLevel (const char *facil, psS32 level) |
| Set trace level. | |
| psS32 | psTraceGetLevel (const char *facil) |
| Get the trace level. | |
| void | psTraceReset () |
| Set all trace levels to zero (do not free nodes in the component tree). | |
| void | psTracePrintLevels (void) |
| print trace levels | |
| void | psTraceSetDestination (FILE *fp) |
| Set the destination of future trace messages. | |
| FILE * | psTraceGetDestination (void) |
| Get the current destination for trace messages. | |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1