#include <TDEEthTypeAdapter.hpp>
Definition at line 23 of file TDEEthTypeAdapter.hpp.
◆ FrameType
◆ begin()
FrameType * dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::begin |
( |
| ) |
|
|
inline |
◆ end()
FrameType * dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::end |
( |
| ) |
|
|
inline |
Definition at line 80 of file TDEEthTypeAdapter.hpp.
81 {
83 }
const constexpr std::size_t kTDEEthSize
For TDEEth the numbers are different. Header + (64 channels * 64 time slices) = 7200[Bytes].
◆ fake_adc_pattern()
void dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::fake_adc_pattern |
( |
int | channel | ) |
|
|
inline |
◆ fake_frame_errors()
void dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::fake_frame_errors |
( |
std::vector< uint16_t > * | | ) |
|
|
inline |
◆ fake_geoid()
void dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::fake_geoid |
( |
uint16_t | crate_id, |
|
|
uint16_t | slot_id, |
|
|
uint16_t | stream_id ) |
|
inline |
Definition at line 54 of file TDEEthTypeAdapter.hpp.
54 {
58 df->daq_header.slot_id = slot_id;
59 df->daq_header.stream_id = stream_id;
60 }
61 }
◆ fake_timestamps()
void dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::fake_timestamps |
( |
uint64_t | first_timestamp, |
|
|
uint64_t | = 2048 ) |
|
inline |
◆ get_frame_size()
size_t dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::get_frame_size |
( |
| ) |
|
|
inline |
◆ get_num_frames()
size_t dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::get_num_frames |
( |
| ) |
|
|
inline |
◆ get_payload_size()
size_t dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::get_payload_size |
( |
| ) |
|
|
inline |
◆ get_timestamp()
uint64_t dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::get_timestamp |
( |
| ) |
const |
|
inline |
◆ operator<()
bool dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::operator< |
( |
const TDEEthTypeAdapter & | other | ) |
const |
|
inline |
◆ set_timestamp()
void dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::set_timestamp |
( |
uint64_t | ts | ) |
|
|
inline |
Definition at line 42 of file TDEEthTypeAdapter.hpp.
43 {
46 }
PDS Frame with unphysical timestamp detected with ts
◆ data
char dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::data[kTDEEthSize] |
◆ expected_tick_difference
const constexpr uint64_t dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::expected_tick_difference = 2000 |
|
staticconstexpr |
◆ fixed_payload_size
const constexpr size_t dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::fixed_payload_size = 7200 |
|
staticconstexpr |
◆ fragment_type
◆ samples_per_frame
const constexpr uint64_t dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::samples_per_frame = 64 |
|
staticconstexpr |
◆ samples_tick_difference
const constexpr uint64_t dunedaq::fdreadoutlibs::types::TDEEthTypeAdapter::samples_tick_difference = 32 |
|
staticconstexpr |
◆ subsystem
The documentation for this struct was generated from the following file: