#include <DTDDUWords.h>
Public Member Functions | |
DTROSHeaderWord () | |
Constructor. More... | |
DTROSHeaderWord (const DTROSHeaderWord &obj) | |
DTROSHeaderWord (const uint32_t index) | |
int | TTCEventCounter () const |
virtual | ~DTROSHeaderWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int ttc_event_counter) |
Private Attributes | |
uint32_t | word_ |
DT ROS Header interpreter. It interprets the TTC Event counter (24 bits).
Definition at line 212 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 221 of file DTDDUWords.h.
|
inlinevirtual |
|
inlinestatic |
Definition at line 229 of file DTDDUWords.h.
References DTROSWordType::headerControlWord, DTROSWordType::rosTypeWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
inline |
Definition at line 227 of file DTDDUWords.h.
References TTC_EVENT_COUNTER_MASK, and word_.
Referenced by DTROS25Unpacker::interpretRawData(), and DTDataIntegrityTask::processROS25().
|
private |
Definition at line 241 of file DTDDUWords.h.
Referenced by TTCEventCounter().