DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TCWrapper.hpp>
Public Types | |
using | FrameType = TCWrapper |
Public Member Functions | |
TCWrapper (triggeralgs::TriggerCandidate c=triggeralgs::TriggerCandidate()) | |
void | populate_buffer () |
bool | operator< (const TCWrapper &other) const |
uint64_t | get_timestamp () const |
void | set_timestamp (uint64_t ts) |
void | fake_timestamps (uint64_t first_timestamp, uint64_t=0) |
size_t | get_payload_size () |
size_t | get_num_frames () |
size_t | get_frame_size () |
TCWrapper * | begin () |
TCWrapper * | end () |
Public Attributes | |
triggeralgs::TriggerCandidate | candidate |
std::vector< uint8_t > | candidate_overlay_buffer |
Static Public Attributes | |
static const constexpr daqdataformats::SourceID::Subsystem | subsystem = daqdataformats::SourceID::Subsystem::kTrigger |
static const constexpr daqdataformats::FragmentType | fragment_type = daqdataformats::FragmentType::kTriggerCandidate |
static const constexpr uint64_t | expected_tick_difference = 1 |
Definition at line 20 of file TCWrapper.hpp.
Definition at line 22 of file TCWrapper.hpp.
|
inline |
Definition at line 28 of file TCWrapper.hpp.
|
inline |
Definition at line 68 of file TCWrapper.hpp.
|
inline |
Definition at line 73 of file TCWrapper.hpp.
|
inline |
Definition at line 56 of file TCWrapper.hpp.
|
inline |
Definition at line 66 of file TCWrapper.hpp.
|
inline |
Definition at line 64 of file TCWrapper.hpp.
|
inline |
Definition at line 62 of file TCWrapper.hpp.
|
inline |
Definition at line 46 of file TCWrapper.hpp.
|
inline |
Definition at line 41 of file TCWrapper.hpp.
|
inline |
Definition at line 34 of file TCWrapper.hpp.
|
inline |
Definition at line 51 of file TCWrapper.hpp.
triggeralgs::TriggerCandidate dunedaq::trigger::TCWrapper::candidate |
Definition at line 23 of file TCWrapper.hpp.
std::vector<uint8_t> dunedaq::trigger::TCWrapper::candidate_overlay_buffer |
Definition at line 24 of file TCWrapper.hpp.
|
staticconstexpr |
Definition at line 82 of file TCWrapper.hpp.
|
staticconstexpr |
Definition at line 80 of file TCWrapper.hpp.
|
staticconstexpr |
Definition at line 79 of file TCWrapper.hpp.