#include <DTDDUWords.h>
Public Member Functions | |
int | cerosIdCerosStatus () const |
int | cerosIdRosStatus () const |
int | debugMessage () const |
int | debugType () const |
int | dontRead () const |
DTROSDebugWord () | |
Constructor. More... | |
DTROSDebugWord (const DTROSDebugWord &obj) | |
DTROSDebugWord (const uint32_t index) | |
int | evIdMis () const |
virtual | ~DTROSDebugWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int debug_type) |
static void | set (uint32_t &word, int debug_type, int ceros_id) |
Private Attributes | |
uint32_t | word_ |
DT ROS Debug interpreter. It interprets the Debug type (3 bits) and the debug message (in the first 15 bits)
Definition at line 348 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 357 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
Definition at line 365 of file DTDDUWords.h.
References CEROS_ID_CEROS_STATUS_MASK, CEROS_ID_CEROS_STATUS_SHIFT, debugType(), and word_.
|
inline |
Definition at line 368 of file DTDDUWords.h.
References CEROS_ID_ROS_STATUS_MASK, debugType(), and word_.
|
inline |
Definition at line 364 of file DTDDUWords.h.
References DEBUG_MESSAGE_MASK, and word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
inline |
Definition at line 363 of file DTDDUWords.h.
References DEBUG_TYPE_MASK, DEBUG_TYPE_SHIFT, and word_.
Referenced by cerosIdCerosStatus(), cerosIdRosStatus(), dontRead(), evIdMis(), and DTROS25Unpacker::interpretRawData().
|
inline |
Definition at line 367 of file DTDDUWords.h.
References debugType(), DONTREAD_CEROS_STATUS_MASK, and word_.
|
inline |
Definition at line 366 of file DTDDUWords.h.
References debugType(), EV_ID_CEROS_STATUS_MASK, EV_ID_CEROS_STATUS_SHIFT, and word_.
|
inlinestatic |
Definition at line 370 of file DTDDUWords.h.
References DEBUG_TYPE_SHIFT, DTROSWordType::debugControlWord, DTROSWordType::rosTypeWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
inlinestatic |
Definition at line 380 of file DTDDUWords.h.
References CEROS_ID_CEROS_STATUS_SHIFT, DEBUG_TYPE_SHIFT, DTROSWordType::debugControlWord, DTROSWordType::rosTypeWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
private |
Definition at line 394 of file DTDDUWords.h.
Referenced by cerosIdCerosStatus(), cerosIdRosStatus(), debugMessage(), debugType(), dontRead(), and evIdMis().