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::listreverser.
6 */
7#ifndef DUNEDAQ_LISTREV_LISTREVERSER_STRUCTS_HPP
8#define DUNEDAQ_LISTREV_LISTREVERSER_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 ListReverser configuration
20 struct ConfParams
21 {
22
23 // @brief Milliseconds to wait while sending
25
26 // @brief Milliseconds to wait before giving up on a request
28
29 // @brief Number of RandomDataListGenerator instances in the system
31
32 // @brief Index of this ListReverser instance
34 };
35
36} // namespace dunedaq::listrev::listreverser
37
38#endif // DUNEDAQ_LISTREV_LISTREVERSER_STRUCTS_HPP