DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::fddetdataformats::CRTBernFrame::CRTBernData Struct Reference

#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 }

Detailed Description

Definition at line 46 of file CRTBernFrame.hpp.

Member Data Documentation

◆ adc

uint16_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::adc[s_num_channels] = { 0 }

Definition at line 55 of file CRTBernFrame.hpp.

55{ 0 }; // NOLINT

◆ coinc

uint32_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::coinc = 0

Definition at line 56 of file CRTBernFrame.hpp.

◆ flags

uint16_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::flags = 0

Definition at line 50 of file CRTBernFrame.hpp.

◆ lostcpu

uint16_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::lostcpu = 0

Definition at line 51 of file CRTBernFrame.hpp.

◆ lostfpga

uint16_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::lostfpga = 0

Definition at line 52 of file CRTBernFrame.hpp.

◆ s_expected_bytes

std::size_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::s_expected_bytes { 2 + 2 + 2 + 4 + 4 + 2 * s_num_channels + 4 }
staticconstexpr

Definition at line 48 of file CRTBernFrame.hpp.

48{ 2 + 2 + 2 + 4 + 4 + 2 * s_num_channels + 4 };

◆ ts0

uint32_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::ts0 = 0

Definition at line 53 of file CRTBernFrame.hpp.

◆ ts1

uint32_t dunedaq::fddetdataformats::CRTBernFrame::CRTBernData::ts1 = 0

Definition at line 54 of file CRTBernFrame.hpp.


The documentation for this struct was generated from the following file: