|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
DAQHeader is a versioned and unified structure for every FE electronics. More...
#include <DAQHeader.hpp>
Public Types | |
| using | word_t = uint32_t |
Public Member Functions | |
| uint64_t | get_timestamp () const |
Public Attributes | |
| word_t | version: 6 |
| word_t | det_id: 6 |
| word_t | crate_id: 10 |
| word_t | slot_id: 4 |
| word_t | link_id: 6 |
| word_t | timestamp_1 { std::numeric_limits<word_t>::max() } |
| word_t | timestamp_2 { std::numeric_limits<word_t>::max() } |
DAQHeader is a versioned and unified structure for every FE electronics.
Definition at line 22 of file DAQHeader.hpp.
| using dunedaq::detdataformats::DAQHeader::word_t = uint32_t |
Definition at line 24 of file DAQHeader.hpp.
|
inline |
Definition at line 30 of file DAQHeader.hpp.
| word_t dunedaq::detdataformats::DAQHeader::crate_id |
Definition at line 26 of file DAQHeader.hpp.
| word_t dunedaq::detdataformats::DAQHeader::det_id |
Definition at line 26 of file DAQHeader.hpp.
| word_t dunedaq::detdataformats::DAQHeader::link_id |
Definition at line 26 of file DAQHeader.hpp.
| word_t dunedaq::detdataformats::DAQHeader::slot_id |
Definition at line 26 of file DAQHeader.hpp.
Definition at line 27 of file DAQHeader.hpp.
Definition at line 28 of file DAQHeader.hpp.
| word_t dunedaq::detdataformats::DAQHeader::version |
Definition at line 26 of file DAQHeader.hpp.