|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <CRTBernFrame.hpp>
Public Attributes | |
| uint16_t | flags = 0 |
| uint16_t | lostcpu = 0 |
| uint16_t | lostfpga = 0 |
| uint32_t | ts0 = 0 |
| uint32_t | ts1 = 0 |
| uint16_t | adc [s_num_channels] = { 0 } |
| uint32_t | coinc = 0 |
Static Public Attributes | |
| static constexpr std::size_t | s_expected_bytes { 2 + 2 + 2 + 4 + 4 + 2 * s_num_channels + 4 } |
Definition at line 46 of file CRTBernFrame.hpp.
| uint16_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::adc[s_num_channels] = { 0 } |
Definition at line 55 of file CRTBernFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::coinc = 0 |
Definition at line 56 of file CRTBernFrame.hpp.
| uint16_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::flags = 0 |
Definition at line 50 of file CRTBernFrame.hpp.
| uint16_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::lostcpu = 0 |
Definition at line 51 of file CRTBernFrame.hpp.
| uint16_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::lostfpga = 0 |
Definition at line 52 of file CRTBernFrame.hpp.
|
staticconstexpr |
Definition at line 48 of file CRTBernFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::ts0 = 0 |
Definition at line 53 of file CRTBernFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::ts1 = 0 |
Definition at line 54 of file CRTBernFrame.hpp.