|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <DAPHNEEthTypeAdapter.hpp>
Public Types | |
| using | FrameType = dunedaq::fddetdataformats::DAPHNEEthFrame |
Public Member Functions | |
| bool | operator< (const DAPHNEEthTypeAdapter &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_frame_errors (std::vector< uint16_t > *) |
| void | fake_adc_pattern (int) |
| FrameType * | begin () |
| FrameType * | end () |
| size_t | get_payload_size () |
| size_t | get_num_frames () |
| size_t | get_frame_size () |
Public Attributes | |
| char | data [kDAPHNEEthSize] |
Static Public Attributes | |
| static const constexpr daqdataformats::SourceID::Subsystem | subsystem = daqdataformats::SourceID::Subsystem::kDetectorReadout |
| static const constexpr daqdataformats::FragmentType | fragment_type = daqdataformats::FragmentType::kDAPHNEEth |
| static const constexpr uint64_t | expected_tick_difference = 1 |
Definition at line 25 of file DAPHNEEthTypeAdapter.hpp.
| using dunedaq::fdreadoutlibs::types::DAPHNEEthTypeAdapter::FrameType = dunedaq::fddetdataformats::DAPHNEEthFrame |
Definition at line 27 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 72 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 77 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 69 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 64 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 55 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 49 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 86 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 84 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 82 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 38 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 30 of file DAPHNEEthTypeAdapter.hpp.
|
inline |
Definition at line 43 of file DAPHNEEthTypeAdapter.hpp.
| char dunedaq::fdreadoutlibs::types::DAPHNEEthTypeAdapter::data[kDAPHNEEthSize] |
Definition at line 28 of file DAPHNEEthTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 90 of file DAPHNEEthTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 89 of file DAPHNEEthTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 88 of file DAPHNEEthTypeAdapter.hpp.