DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
CDCLVD110Node.hpp
Go to the documentation of this file.
1
12#ifndef TIMING_INCLUDE_TIMING_CDCLVD110NODE_HPP_
13#define TIMING_INCLUDE_TIMING_CDCLVD110NODE_HPP_
14
16
19
20#include "ers/Issue.hpp"
21
22#include <string>
23
24namespace dunedaq {
25namespace timing {
26
34{
35 UHAL_DERIVEDNODE(CDCLVD110Node)
36public:
37 explicit CDCLVD110Node(const uhal::Node& node);
38 virtual ~CDCLVD110Node();
39
43 std::string get_status(bool print_out = false) const override;
44
48 void get_info(timinghardwareinfo::TimingPLLMonitorData& mon_data) const override;
49};
50
51} // namespace timing
52} // namespace dunedaq
53
54#endif // TIMING_INCLUDE_TIMING_CDCLVD110NODE_HPP_
uhal::Node implementing CDCLVD110 interface
std::string get_status(bool print_out=false) const override
Get status string, optionally print.
void get_info(timinghardwareinfo::TimingPLLMonitorData &mon_data) const override
Get status string, optionally print.
CDCLVD110Node(const uhal::Node &node)
uhal::Node implementing clock gen. interface
Including Qt Headers.