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

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

Detailed Description

Definition at line 54 of file TDEEthFrame.hpp.

Member Data Documentation

◆ channel

uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::channel

Definition at line 62 of file TDEEthFrame.hpp.

◆ reserved

uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::reserved

Definition at line 58 of file TDEEthFrame.hpp.

◆ s_expected_bytes

size_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::s_expected_bytes { 8 + 8 }
staticconstexpr

Definition at line 56 of file TDEEthFrame.hpp.

56{ 8 + 8 }; // bitfields + TAItime

◆ TAItime

uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::TAItime

Definition at line 63 of file TDEEthFrame.hpp.

◆ tde_errors

uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::tde_errors

Definition at line 59 of file TDEEthFrame.hpp.

◆ tde_header

uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::tde_header

Definition at line 60 of file TDEEthFrame.hpp.

◆ version

uint64_t dunedaq::fddetdataformats::TDEEthFrame::TDEEthHeader::version

Definition at line 61 of file TDEEthFrame.hpp.


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