DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
GIBV2IONode.hpp
Go to the documentation of this file.
1
12#ifndef TIMING_INCLUDE_TIMING_GIBV2IONODE_HPP_
13#define TIMING_INCLUDE_TIMING_GIBV2IONODE_HPP_
14
15// PDT Headers
16#include "TimingIssues.hpp"
17#include "timing/GIBIONode.hpp"
18
19// uHal Headers
20#include "uhal/DerivedNode.hpp"
21
22// C++ Headers
23#include <chrono>
24#include <string>
25
26namespace dunedaq {
27namespace timing {
28
32class GIBV2IONode : public GIBIONode
33{
34 UHAL_DERIVEDNODE(GIBV2IONode)
35
36public:
37 explicit GIBV2IONode(const uhal::Node& node);
38 virtual ~GIBV2IONode();
39
43 bool clocks_ok() const override;
44
45};
46
47} // namespace timing
48} // namespace dunedaq
49
50#endif // TIMING_INCLUDE_TIMING_GIBV2IONODE_HPP_
Class for the timing FMC board.
Definition GIBIONode.hpp:33
Class for the timing FMC board.
bool clocks_ok() const override
Clocks ready?
GIBV2IONode(const uhal::Node &node)
The DUNE-DAQ namespace.
Definition DataStore.hpp:57