|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <DAPHNESuperChunkTypeAdapter.hpp>
Public Types | |
| using | FrameType = dunedaq::fddetdataformats::DAPHNEFrame |
Public Member Functions | |
| bool | operator< (const DAPHNESuperChunkTypeAdapter &other) const |
| uint64_t | get_timestamp () const |
| void | set_timestamp (uint64_t ts) |
| void | fake_timestamps (uint64_t first_timestamp, uint64_t offset=expected_tick_difference) |
| void | fake_geoid (uint16_t crate_id, uint16_t slot_id, uint16_t link_id) |
| void | fake_adc_pattern (int) |
| void | fake_frame_errors (std::vector< uint16_t > *) |
| FrameType * | begin () |
| FrameType * | end () |
| size_t | get_payload_size () const |
| size_t | get_num_frames () const |
| size_t | get_frame_size () const |
Public Attributes | |
| char | data [kDAPHNESuperChunkSize] |
Static Public Attributes | |
| static const constexpr daqdataformats::SourceID::Subsystem | subsystem = daqdataformats::SourceID::Subsystem::kDetectorReadout |
| static const constexpr daqdataformats::FragmentType | fragment_type = daqdataformats::FragmentType::kDAPHNE |
| static const constexpr uint64_t | expected_tick_difference = 1024 |
Definition at line 25 of file DAPHNESuperChunkTypeAdapter.hpp.
| using dunedaq::fdreadoutlibs::types::DAPHNESuperChunkTypeAdapter::FrameType = dunedaq::fddetdataformats::DAPHNEFrame |
Definition at line 27 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 77 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 82 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 69 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 72 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 60 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 50 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 91 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 89 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 87 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 39 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 31 of file DAPHNESuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 44 of file DAPHNESuperChunkTypeAdapter.hpp.
| char dunedaq::fdreadoutlibs::types::DAPHNESuperChunkTypeAdapter::data[kDAPHNESuperChunkSize] |
Definition at line 29 of file DAPHNESuperChunkTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 95 of file DAPHNESuperChunkTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 94 of file DAPHNESuperChunkTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 93 of file DAPHNESuperChunkTypeAdapter.hpp.