#include <DTDDUWords.h>
Public Member Functions | |
DTROSHeaderWord () | |
Constructor. More... | |
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 199 of file DTDDUWords.h.
|
inline |
|
inline |
Definition at line 204 of file DTDDUWords.h.
|
inlinevirtual |
|
inlinestatic |
Definition at line 211 of file DTDDUWords.h.
References DTROSWordType::headerControlWord, DTROSWordType::rosTypeWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
|
inline |
Definition at line 209 of file DTDDUWords.h.
References TTC_EVENT_COUNTER_MASK, and word_.
Referenced by DTROS25Unpacker::interpretRawData().
|
private |
Definition at line 217 of file DTDDUWords.h.
Referenced by TTCEventCounter().