|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ListWrapper.hpp>
Public Member Functions | |
| CreateList ()=default | |
| CreateList (const int &id, const uint16_t &size) | |
| DUNE_DAQ_SERIALIZE (CreateList, list_id, list_size) | |
Public Attributes | |
| int | list_id |
| uint16_t | list_size |
Definition at line 63 of file ListWrapper.hpp.
|
default |
|
inline |
Definition at line 69 of file ListWrapper.hpp.
| dunedaq::listrev::CreateList::DUNE_DAQ_SERIALIZE | ( | CreateList | , |
| list_id | , | ||
| list_size | ) |
| int dunedaq::listrev::CreateList::list_id |
Definition at line 65 of file ListWrapper.hpp.
| uint16_t dunedaq::listrev::CreateList::list_size |
Definition at line 66 of file ListWrapper.hpp.