DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ListWrapper.hpp>
Public Member Functions | |
RequestList ()=default | |
RequestList (const int &id, const std::string &dest) | |
DUNE_DAQ_SERIALIZE (RequestList, list_id, destination) | |
Public Attributes | |
int | list_id |
std::string | destination |
Definition at line 77 of file ListWrapper.hpp.
|
default |
|
inlineexplicit |
Definition at line 83 of file ListWrapper.hpp.
dunedaq::listrev::RequestList::DUNE_DAQ_SERIALIZE | ( | RequestList | , |
list_id | , | ||
destination | ) |
std::string dunedaq::listrev::RequestList::destination |
Definition at line 80 of file ListWrapper.hpp.
int dunedaq::listrev::RequestList::list_id |
Definition at line 79 of file ListWrapper.hpp.