#include <sys/time.h>
#include "raslib/rminit.hh"
#include "raslib/rm.hh"
#include "raslib/rmdebug.icc"
Go to the source code of this file.
|
#define | RMDBGENTER(level, module, cls, text) ; |
|
#define | RMDBGMIDDLE(level, module, cls, text) ; |
|
#define | RMDBGONCE(level, module, cls, text) ; |
|
#define | RMDBGEXIT(level, module, cls, text) ; |
|
#define | RMDBGIF(level, module, cls, text) ; |
|
#define | RMDBCLASS(t1, t2, t3, t4, t5) ; |
|
#define | RMTIMER(class, func) |
|
#define RMDBCLASS |
( |
|
t1, |
|
|
|
t2, |
|
|
|
t3, |
|
|
|
t4, |
|
|
|
t5 |
|
) |
| ; |
#define RMDBGENTER |
( |
|
level, |
|
|
|
module, |
|
|
|
cls, |
|
|
|
text |
|
) |
| ; |
#define RMDBGEXIT |
( |
|
level, |
|
|
|
module, |
|
|
|
cls, |
|
|
|
text |
|
) |
| ; |
#define RMDBGIF |
( |
|
level, |
|
|
|
module, |
|
|
|
cls, |
|
|
|
text |
|
) |
| ; |
#define RMDBGMIDDLE |
( |
|
level, |
|
|
|
module, |
|
|
|
cls, |
|
|
|
text |
|
) |
| ; |
#define RMDBGONCE |
( |
|
level, |
|
|
|
module, |
|
|
|
cls, |
|
|
|
text |
|
) |
| ; |
#define RMTIMER |
( |
|
class, |
|
|
|
func |
|
) |
| |
INCLUDE: rmdebug.hh
PURPOSE: Contains debug stuff.
COMMENTS: