DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
build
listrev
codegen
include
listrev
listreverser
Structs.hpp
Go to the documentation of this file.
1
/*
2
* This file is 100% generated. Any manual edits will likely be lost.
3
*
4
* This contains struct and other type definitions for shema in
5
* namespace dunedaq::listrev::listreverser.
6
*/
7
#ifndef DUNEDAQ_LISTREV_LISTREVERSER_STRUCTS_HPP
8
#define DUNEDAQ_LISTREV_LISTREVERSER_STRUCTS_HPP
9
10
#include <cstdint>
11
12
13
namespace
dunedaq::listrev::listreverser
{
14
15
// @brief A count of not too many things
16
using
Count
= int32_t;
17
18
19
// @brief ListReverser configuration
20
struct
ConfParams
21
{
22
23
// @brief Milliseconds to wait while sending
24
Count
send_timeout_ms
= 100;
25
26
// @brief Milliseconds to wait before giving up on a request
27
Count
request_timeout_ms
= 1000;
28
29
// @brief Number of RandomDataListGenerator instances in the system
30
Count
num_generators
= 1;
31
32
// @brief Index of this ListReverser instance
33
Count
reverser_id
= 0;
34
};
35
36
}
// namespace dunedaq::listrev::listreverser
37
38
#endif
// DUNEDAQ_LISTREV_LISTREVERSER_STRUCTS_HPP
dunedaq::listrev::listreverser
Definition
Nljs.hpp:16
dunedaq::listrev::listreverser::Count
int32_t Count
Definition
Structs.hpp:16
dunedaq::listrev::listreverser::ConfParams
Definition
Structs.hpp:21
dunedaq::listrev::listreverser::ConfParams::reverser_id
Count reverser_id
Definition
Structs.hpp:33
dunedaq::listrev::listreverser::ConfParams::send_timeout_ms
Count send_timeout_ms
Definition
Structs.hpp:24
dunedaq::listrev::listreverser::ConfParams::num_generators
Count num_generators
Definition
Structs.hpp:30
dunedaq::listrev::listreverser::ConfParams::request_timeout_ms
Count request_timeout_ms
Definition
Structs.hpp:27
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0