#include "DebugOStream.hh"
#include <string>
#include "RTI.hh"
Go to the source code of this file.
Classes | |
class | PrettyDebug |
Defines | |
#define | pdSEmptyMessage "Pretty Debug Server empty Message." |
< Deprecated, use NDEBUG | |
#define | pdMaxMessageSize 255 |
#define | pdDebugKeysString ":ACDEGIMPRSTWXZ\0" |
Typedefs | |
typedef unsigned | TDebugLevel |
typedef PrettyDebug | pdCDebug |
Enumerations | |
enum | pdDebugLevel { pdUnused, pdAnswer, pdCom, pdDebug, pdError, pdGendoc, pdInit, pdMessage, pdProtocol, pdRegister, pdRequest, pdTerm, pdWarning, pdExcept, pdTrace, pdLast } |
Do not use the pdUnused and pdLast Levels!!! Do not also specify any value for the elements, because order is used and missing value would cause crash. More... |
#define pdDebugKeysString ":ACDEGIMPRSTWXZ\0" |
#define pdMaxMessageSize 255 |
Definition at line 43 of file PrettyDebug.hh.
Referenced by PrettyDebug::Out(), and PrettyDebug::ParseEnvString().
#define pdSEmptyMessage "Pretty Debug Server empty Message." |
< Deprecated, use NDEBUG
Definition at line 36 of file PrettyDebug.hh.
Referenced by PrettyDebug::Print().
typedef PrettyDebug pdCDebug |
typedef unsigned TDebugLevel |
Definition at line 39 of file PrettyDebug.hh.
enum pdDebugLevel |
Do not use the pdUnused and pdLast Levels!!! Do not also specify any value for the elements, because order is used and missing value would cause crash.
pdLast must always be the last in the enum. Key(see pdDebugKeys)
Definition at line 49 of file PrettyDebug.hh.