DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Class for master global node. More...
#include <EchoMonitorNode.hpp>
Public Member Functions | |
EchoMonitorNode (const uhal::Node &node) | |
virtual | ~EchoMonitorNode () |
virtual uint64_t | send_echo_and_measure_delay (int64_t timeout=500) const |
Send echo and measure the round-trip time between master and endpoint. | |
std::string | get_status (bool print_out=false) const override |
Get status string, optionally print. | |
![]() | |
TimingNode (const uhal::Node &node) | |
virtual | ~TimingNode () |
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. | |
Class for master global node.
Definition at line 29 of file EchoMonitorNode.hpp.
|
explicit |
Definition at line 24 of file EchoMonitorNode.cpp.
|
virtual |
Definition at line 30 of file EchoMonitorNode.cpp.
|
overridevirtual |
Get status string, optionally print.
Implements dunedaq::timing::TimingNode.
Definition at line 35 of file EchoMonitorNode.cpp.
|
virtual |
Send echo and measure the round-trip time between master and endpoint.
Definition at line 48 of file EchoMonitorNode.cpp.