|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ListCreator.hpp>
Public Member Functions | |
| ListCreator ()=default | |
| ListCreator (std::string conn, std::chrono::milliseconds tmo, size_t min_list_size, size_t max_list_size) | |
| size_t | send_create (int id) |
Private Attributes | |
| std::mt19937 | m_random_generator |
| std::uniform_int_distribution | m_size_dist |
| std::string | m_create_connection { "" } |
| std::chrono::milliseconds | m_send_timeout { 0 } |
Definition at line 21 of file ListCreator.hpp.
|
default |
| dunedaq::listrev::ListCreator::ListCreator | ( | std::string | conn, |
| std::chrono::milliseconds | tmo, | ||
| size_t | min_list_size, | ||
| size_t | max_list_size ) |
Definition at line 19 of file ListCreator.cpp.
| size_t dunedaq::listrev::ListCreator::send_create | ( | int | id | ) |
Definition at line 41 of file ListCreator.cpp.
|
private |
Definition at line 36 of file ListCreator.hpp.
|
private |
Definition at line 32 of file ListCreator.hpp.
|
private |
Definition at line 37 of file ListCreator.hpp.
|
private |
Definition at line 33 of file ListCreator.hpp.