|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <DAPHNEEthStreamTypeAdapter.hpp>
Public Types | |
| using | FrameType = dunedaq::fddetdataformats::DAPHNEEthStreamFrame |
Public Member Functions | |
| bool | operator< (const DAPHNEEthStreamTypeAdapter &other) const |
| uint64_t | get_timestamp () const |
| void | set_timestamp (uint64_t ts) |
| void | fake_timestamps (uint64_t first_timestamp, uint64_t offset=280) |
| 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 () |
| constexpr size_t | get_payload_size () const |
| constexpr size_t | get_num_frames () const |
| constexpr size_t | get_frame_size () const |
Public Attributes | |
| char | data [kDAPHNEEthStreamSize] |
Static Public Attributes | |
| static const constexpr daqdataformats::SourceID::Subsystem | subsystem = daqdataformats::SourceID::Subsystem::kDetectorReadout |
| static const constexpr daqdataformats::FragmentType | fragment_type = daqdataformats::FragmentType::kDAPHNEEthStream |
| static const constexpr uint64_t | expected_tick_difference = 280 |
Definition at line 17 of file DAPHNEEthStreamTypeAdapter.hpp.
| using dunedaq::fdreadoutlibs::types::DAPHNEEthStreamTypeAdapter::FrameType = dunedaq::fddetdataformats::DAPHNEEthStreamFrame |
Definition at line 19 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inline |
Definition at line 72 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inline |
Definition at line 77 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inline |
Definition at line 60 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inline |
Definition at line 67 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inline |
Definition at line 51 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inline |
Definition at line 41 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inlineconstexpr |
Definition at line 86 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inlineconstexpr |
Definition at line 84 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inlineconstexpr |
Definition at line 82 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inline |
Definition at line 31 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inline |
Definition at line 24 of file DAPHNEEthStreamTypeAdapter.hpp.
|
inline |
Definition at line 35 of file DAPHNEEthStreamTypeAdapter.hpp.
| char dunedaq::fdreadoutlibs::types::DAPHNEEthStreamTypeAdapter::data[kDAPHNEEthStreamSize] |
Definition at line 21 of file DAPHNEEthStreamTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 90 of file DAPHNEEthStreamTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 89 of file DAPHNEEthStreamTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 88 of file DAPHNEEthStreamTypeAdapter.hpp.