DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
HadesDesign.hpp
Go to the documentation of this file.
1
12#ifndef TIMING_INCLUDE_TIMING_HADESDESIGN_HPP_
13#define TIMING_INCLUDE_TIMING_HADESDESIGN_HPP_
14
15// Timing Headers
17
18// uHal Headers
19#include "uhal/DerivedNode.hpp"
20
21// C++ Headers
22#include <chrono>
23#include <sstream>
24#include <string>
25
26namespace dunedaq {
27namespace timing {
28
33{
34 UHAL_DERIVEDNODE(HadesDesign)
35public:
36 explicit HadesDesign(const uhal::Node& node);
37 virtual ~HadesDesign();
38
39};
40
41} // namespace timing
42} // namespace dunedaq
43
44#endif // TIMING_INCLUDE_TIMING_HADESDESIGN_HPP_
Class for timing master with integrated HSI designs.
Class for timing master with integrated HSI designs.
HadesDesign(const uhal::Node &node)
Including Qt Headers.