|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TDEEthFrame.hpp>
Public Attributes | |
| uint64_t | reserved: 26 |
| uint64_t | tde_errors: 16 |
| uint64_t | tde_header: 10 |
| uint64_t | version: 4 |
| uint64_t | channel: 8 |
| uint64_t | TAItime: 64 |
Static Public Attributes | |
| static constexpr size_t | s_expected_bytes { 8 + 8 } |
Definition at line 54 of file TDEEthFrame.hpp.
| uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::channel |
Definition at line 62 of file TDEEthFrame.hpp.
| uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::reserved |
Definition at line 58 of file TDEEthFrame.hpp.
|
staticconstexpr |
Definition at line 56 of file TDEEthFrame.hpp.
| uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::TAItime |
Definition at line 63 of file TDEEthFrame.hpp.
| uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::tde_errors |
Definition at line 59 of file TDEEthFrame.hpp.
| uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::tde_header |
Definition at line 60 of file TDEEthFrame.hpp.
| uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::version |
Definition at line 61 of file TDEEthFrame.hpp.