DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
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::randomdatalistgenerator.
6 */
7#ifndef DUNEDAQ_LISTREV_RANDOMDATALISTGENERATOR_STRUCTS_HPP
8#define DUNEDAQ_LISTREV_RANDOMDATALISTGENERATOR_STRUCTS_HPP
9
10#include <cstdint>
11
12
14
15 // @brief A count of not too many things
16 using Count = int32_t;
17
18
19 // @brief RandomDataListGenerator 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 Index of this RandomDataListGenerator instance
30 Count generator_id = 0;
31 };
32
33} // namespace dunedaq::listrev::randomdatalistgenerator
34
35#endif // DUNEDAQ_LISTREV_RANDOMDATALISTGENERATOR_STRUCTS_HPP