DABC (Data Acquisition Backbone Core)
2.9.9
|
Intermediate hierarchy class as common base for event and subevent. More...
#include <hadaq/defines.h>
Public Member Functions | |
bool | GetDataError () const |
uint32_t | GetId () const |
HadTuId () | |
void | SetDataError (bool on) |
void | SetId (uint32_t id) |
Public Member Functions inherited from hadaq::HadTu | |
uint32_t | GetDecoding () const |
uint32_t | GetPaddedSize () const |
uint32_t | GetSize () const |
HadTu () | |
bool | IsSwapped () const |
msb of decode word is always non zero...? More... | |
void | SetDecoding (uint32_t decod) |
void | SetDecodingDirect (uint32_t dec) |
void | SetSize (uint32_t bytes) |
void | SetValue (uint32_t *member, uint32_t val) |
swapsave method to set value stolen from hadtu.h More... | |
uint32_t | Value (const uint32_t *member) const |
Protected Attributes | |
uint32_t | tuId |
Protected Attributes inherited from hadaq::HadTu | |
uint32_t | tuDecoding |
uint32_t | tuSize |
Intermediate hierarchy class as common base for event and subevent.