#include <DTDDUWords.h>
Public Member Functions | |
DTLocalTriggerSectorCollectorHeaderWord () | |
Constructor. More... | |
DTLocalTriggerSectorCollectorHeaderWord (const DTLocalTriggerSectorCollectorHeaderWord &obj) | |
DTLocalTriggerSectorCollectorHeaderWord (const uint32_t index) | |
int | Latency () const |
int | NumberOf16bitWords () const |
virtual | ~DTLocalTriggerSectorCollectorHeaderWord () |
Destructor. More... | |
Static Public Member Functions | |
static void | set (uint32_t &word, int lat, int nw) |
Private Attributes | |
uint32_t | word_ |
DT Sector Collector private header interpreter. It interprets Latency measured by SC-Latency Timer Unit (still testing!) and the number of 16-bit words following this header sent by the Sector Collector
Definition at line 928 of file DTDDUWords.h.
|
inline |
|
inline |
|
inline |
Definition at line 937 of file DTDDUWords.h.
|
inlinevirtual |
|
inline |
|
inline |
Definition at line 944 of file DTDDUWords.h.
References SC_NW_MASK, and word_.
Referenced by DTROS25Unpacker::interpretRawData(), and DTDataIntegrityTask::processROS25().
|
inlinestatic |
Definition at line 947 of file DTDDUWords.h.
References DTROSWordType::headerControlWord, SC_LAT_MASK, SC_LAT_SHIFT, SC_NW_MASK, DTROSWordType::scTypeWord, WORDCONTROLSHIFT, and WORDTYPESHIFT.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
private |
Definition at line 960 of file DTDDUWords.h.
Referenced by Latency(), and NumberOf16bitWords().