DABC (Data Acquisition Backbone Core)
2.9.9
|
#include <cstdint>
#include <iostream>
#include <cstring>
Go to the source code of this file.
Data Structures | |
struct | hadaq::HadTu |
HADES transport unit header. More... | |
struct | hadaq::HadTuId |
Intermediate hierarchy class as common base for event and subevent. More... | |
struct | hadaq::RawEvent |
Hadaq event structure. More... | |
struct | hadaq::RawSubevent |
Hadaq subevent structure. More... | |
Namespaces | |
hadaq | |
Support for HADAQ - HADES DAQ | |
Enumerations | |
enum | { hadaq::HADAQ_TIMEOFFSET = 1200000000 } |
enum | hadaq::EvtDecoding { hadaq::EvtDecoding_default = 0x1 , hadaq::EvtDecoding_AloneSubevt = 0x8 , hadaq::EvtDecoding_64bitAligned = (0x03 << 16) | 0x0001 } |
enum | hadaq::EvtId { hadaq::EvtId_data = 0x00000001 , hadaq::EvtId_DABC = 0x00002001 , hadaq::EvtId_runStart = 0x00010002 , hadaq::EvtId_runStop = 0x00010003 } |