#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 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 290 of file DTDDUWords.h.
|
inline |
|
inline |
Definition at line 295 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
Definition at line 302 of file DTDDUWords.h.
References CEROS_ID_CEROS_STATUS_MASK, CEROS_ID_CEROS_STATUS_SHIFT, debugType(), and word_.
|
inline |
Definition at line 307 of file DTDDUWords.h.
References CEROS_ID_ROS_STATUS_MASK, debugType(), and word_.
|
inline |
Definition at line 301 of file DTDDUWords.h.
References DEBUG_MESSAGE_MASK, and word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
inline |
Definition at line 300 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 306 of file DTDDUWords.h.
References debugType(), DONTREAD_CEROS_STATUS_MASK, and word_.
|
inline |
Definition at line 305 of file DTDDUWords.h.
References debugType(), EV_ID_CEROS_STATUS_MASK, EV_ID_CEROS_STATUS_SHIFT, and word_.
|
inlinestatic |
Definition at line 309 of file DTDDUWords.h.
References DEBUG_TYPE_SHIFT, DTROSWordType::debugControlWord, DTROSWordType::rosTypeWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
|
inlinestatic |
Definition at line 315 of file DTDDUWords.h.
References CEROS_ID_CEROS_STATUS_SHIFT, DEBUG_TYPE_SHIFT, DTROSWordType::debugControlWord, DTROSWordType::rosTypeWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
|
private |
Definition at line 321 of file DTDDUWords.h.
Referenced by cerosIdCerosStatus(), cerosIdRosStatus(), debugMessage(), debugType(), dontRead(), and evIdMis().