|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <CRTGrenobleFrame.hpp>
Public Attributes | |
| uint32_t | seconds: 8 |
| uint32_t | minutes: 8 |
| uint32_t | hours: 8 |
| uint32_t | year: 8 |
| uint32_t | day: 16 |
| uint32_t | new_date_cnt: 12 |
| uint32_t | irigb_dec_ver: 3 |
| uint32_t | irigb_valid: 1 |
Static Public Attributes | |
| static constexpr int | s_expected_size { (8 + 8 + 8 + 8 + 16 + 12 + 3 + 1) / 8 } |
Definition at line 43 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::TGpsDateStruct::day |
Definition at line 53 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::TGpsDateStruct::hours |
Definition at line 50 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::TGpsDateStruct::irigb_dec_ver |
Definition at line 55 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::TGpsDateStruct::irigb_valid |
Definition at line 56 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::TGpsDateStruct::minutes |
Definition at line 49 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::TGpsDateStruct::new_date_cnt |
Definition at line 54 of file CRTGrenobleFrame.hpp.
|
staticconstexpr |
Definition at line 46 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::TGpsDateStruct::seconds |
Definition at line 48 of file CRTGrenobleFrame.hpp.
| uint32_t dunedaq::fddetdataformats::CRTGrenobleFrame::TGpsDateStruct::year |
Definition at line 51 of file CRTGrenobleFrame.hpp.