21UHAL_REGISTER_DERIVED_NODE(UpstreamCDRNode)
37 std::stringstream status;
41 TLOG() << status.str();
50 getNode(
"ctrl.resync").write(0x1);
51 getNode(
"ctrl.resync").write(0x0);
52 getClient().dispatch();
Base class for timing nodes.
std::map< std::string, uhal::ValWord< uint32_t > > read_sub_nodes(const uhal::Node &node, bool dispatch=true) const
Read subnodes.
Class for master global node.
void resync() const
Reync CDR.
virtual ~UpstreamCDRNode()
std::string get_status(bool print_out=false) const override
Get status string, optionally print.
std::string format_reg_table(T data, std::string title, std::vector< std::string > headers)
Format reg-value table.