|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <DAPHNEStreamSuperChunkTypeAdapter.hpp>
Public Types | |
| using | FrameType = dunedaq::fddetdataformats::DAPHNEStreamFrame |
Public Member Functions | |
| bool | operator< (const DAPHNEStreamSuperChunkTypeAdapter &other) const |
| uint64_t | get_timestamp () const |
| void | set_timestamp (uint64_t ts) |
| void | fake_timestamps (uint64_t first_timestamp, uint64_t offset=64) |
| void | fake_geoid (uint16_t, uint16_t, uint16_t) |
| void | fake_adc_pattern (int) |
| 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 [kDAPHNEStreamSuperChunkSize] |
Static Public Attributes | |
| static const constexpr daqdataformats::SourceID::Subsystem | subsystem = daqdataformats::SourceID::Subsystem::kDetectorReadout |
| static const constexpr daqdataformats::FragmentType | fragment_type = daqdataformats::FragmentType::kDAPHNEStream |
| static const constexpr uint64_t | expected_tick_difference = 64 |
Definition at line 20 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
| using dunedaq::fdreadoutlibs::types::DAPHNEStreamSuperChunkTypeAdapter::FrameType = dunedaq::fddetdataformats::DAPHNEStreamFrame |
Definition at line 22 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 67 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 72 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 58 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 62 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 55 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 45 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inlineconstexpr |
Definition at line 81 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inlineconstexpr |
Definition at line 79 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inlineconstexpr |
Definition at line 77 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 34 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 27 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
inline |
Definition at line 39 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
| char dunedaq::fdreadoutlibs::types::DAPHNEStreamSuperChunkTypeAdapter::data[kDAPHNEStreamSuperChunkSize] |
Definition at line 24 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 85 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 84 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.
|
staticconstexpr |
Definition at line 83 of file DAPHNEStreamSuperChunkTypeAdapter.hpp.