DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
uhal::Node implementing clock gen. interface More...
#include <ClockGeneratorInterface.hpp>
Public Member Functions | |
ClockGeneratorInterface (const uhal::Node &node) | |
virtual | ~ClockGeneratorInterface () |
virtual void | get_info (timinghardwareinfo::TimingPLLMonitorData &mon_data) const =0 |
Get status string, optionally print. | |
![]() | |
TimingNode (const uhal::Node &node) | |
virtual | ~TimingNode () |
virtual std::string | get_status (bool print_out=false) const =0 |
Get the status string of the timing node. Optionally print it. | |
std::map< std::string, uhal::ValWord< uint32_t > > | read_sub_nodes (const uhal::Node &node, bool dispatch=true) const |
Read subnodes. | |
void | reset_sub_nodes (const uhal::Node &node, uint32_t aValue=0x0, bool dispatch=true) const |
Reset subnodes. | |
uhal::Node implementing clock gen. interface
Definition at line 32 of file ClockGeneratorInterface.hpp.
|
inlineexplicit |
Definition at line 35 of file ClockGeneratorInterface.hpp.
|
inlinevirtual |
Definition at line 36 of file ClockGeneratorInterface.hpp.
|
pure virtual |
Get status string, optionally print.
Implemented in dunedaq::timing::CDCLVD110Node.