|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TDEEthTypeAdapter.hpp>
Public Types | |
| using | FrameType = dunedaq::fddetdataformats::TDEEthFrame |
Public Member Functions | |
| bool | operator< (const TDEEthTypeAdapter &other) const |
| uint64_t | get_timestamp () const |
| void | set_timestamp (uint64_t ts) |
| void | fake_timestamps (uint64_t first_timestamp, uint64_t=2048) |
| void | fake_geoid (uint16_t crate_id, uint16_t slot_id, uint16_t stream_id) |
| void | fake_adc_pattern (int channel) |
| void | fake_frame_errors (std::vector< uint16_t > *) |
| FrameType * | begin () |
| FrameType * | end () |
| size_t | get_payload_size () |
| size_t | get_num_frames () |
| size_t | get_frame_size () |
Public Attributes | |
| char | data [kTDEEthSize] |
Static Public Attributes | |
| static const constexpr size_t | fixed_payload_size = 7200 |
| static const constexpr daqdataformats::SourceID::Subsystem | subsystem = daqdataformats::SourceID::Subsystem::kDetectorReadout |
| static const constexpr daqdataformats::FragmentType | fragment_type = daqdataformats::FragmentType::kTDEEth |
| static const constexpr uint64_t | expected_tick_difference = 2000 |
| static const constexpr uint64_t | samples_per_frame = 64 |
| static const constexpr float | samples_tick_difference = 31.25 |
Definition at line 23 of file TDEEthTypeAdapter.hpp.
| using dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::FrameType = dunedaq::fddetdataformats::TDEEthFrame |
Definition at line 25 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 75 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 80 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 63 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 70 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 54 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 48 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 89 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 87 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 85 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 37 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 30 of file TDEEthTypeAdapter.hpp.
|
inline |
Definition at line 42 of file TDEEthTypeAdapter.hpp.
| char dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::data[kTDEEthSize] |
Definition at line 28 of file TDEEthTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 95 of file TDEEthTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 91 of file TDEEthTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 93 of file TDEEthTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 96 of file TDEEthTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 98 of file TDEEthTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 92 of file TDEEthTypeAdapter.hpp.