DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
OuroborosMuxDesign.hpp
Go to the documentation of this file.
1
11
12#ifndef TIMING_INCLUDE_TIMING_OUROBOROSMUXDESIGN_HPP_
13#define TIMING_INCLUDE_TIMING_OUROBOROSMUXDESIGN_HPP_
14
15// PDT Headers
18
19// uHal Headers
20#include "uhal/DerivedNode.hpp"
21
22// C++ Headers
23#include <chrono>
24#include <sstream>
25#include <string>
26
27namespace dunedaq {
28namespace timing {
29
35{
36 UHAL_DERIVEDNODE(OuroborosMuxDesign)
37public:
38 explicit OuroborosMuxDesign(const uhal::Node& node);
39 virtual ~OuroborosMuxDesign();
40
44 std::string get_status(bool print_out = false) const override;
45
46 // /**
47 // * @brief Give info to collector.
48 // */
49 // void get_info(opmonlib::InfoCollector& ci, int level) const override;
50};
51
52} // namespace timing
53} // namespace dunedaq
54
55#endif // TIMING_INCLUDE_TIMING_OUROBOROSMUXDESIGN_HPP_
MasterMuxDesign(const uhal::Node &node)
std::string get_status(bool print_out=false) const override
Get status string, optionally print.
< Message parameters
Including Qt Headers.