DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TAWrapper.hpp>
Public Types | |
using | FrameType = TAWrapper |
Public Member Functions | |
TAWrapper (triggeralgs::TriggerActivity a=triggeralgs::TriggerActivity()) | |
void | populate_buffer () |
bool | operator< (const TAWrapper &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 () |
TAWrapper * | begin () |
TAWrapper * | end () |
Public Attributes | |
triggeralgs::TriggerActivity | activity |
std::vector< uint8_t > | activity_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::kTriggerActivity |
static const constexpr uint64_t | expected_tick_difference = 1 |
Definition at line 20 of file TAWrapper.hpp.
Definition at line 23 of file TAWrapper.hpp.
|
inline |
Definition at line 31 of file TAWrapper.hpp.
|
inline |
Definition at line 71 of file TAWrapper.hpp.
|
inline |
Definition at line 76 of file TAWrapper.hpp.
|
inline |
Definition at line 59 of file TAWrapper.hpp.
|
inline |
Definition at line 69 of file TAWrapper.hpp.
|
inline |
Definition at line 67 of file TAWrapper.hpp.
|
inline |
Definition at line 65 of file TAWrapper.hpp.
|
inline |
Definition at line 49 of file TAWrapper.hpp.
|
inline |
Definition at line 44 of file TAWrapper.hpp.
|
inline |
Definition at line 37 of file TAWrapper.hpp.
|
inline |
Definition at line 54 of file TAWrapper.hpp.
triggeralgs::TriggerActivity dunedaq::trigger::TAWrapper::activity |
Definition at line 25 of file TAWrapper.hpp.
std::vector<uint8_t> dunedaq::trigger::TAWrapper::activity_overlay_buffer |
Definition at line 26 of file TAWrapper.hpp.
|
staticconstexpr |
Definition at line 84 of file TAWrapper.hpp.
|
staticconstexpr |
Definition at line 82 of file TAWrapper.hpp.
|
staticconstexpr |
Definition at line 81 of file TAWrapper.hpp.