12#ifndef TIMING_INCLUDE_TIMING_MASTERGLOBALNODE_HPP_
13#define TIMING_INCLUDE_TIMING_MASTERGLOBALNODE_HPP_
19#include "uhal/DerivedNode.hpp"
59 std::string
get_status(
bool print_out =
false)
const override;
Class for master global node.
bool read_counters_ready() const
Enable the upstream endpoint.
void enable_upstream_endpoint(uint32_t timeout=500) const
Enable the upstream endpoint.
MasterGlobalNode(const uhal::Node &node)
virtual ~MasterGlobalNode()
void reset_command_counters(uint32_t timeout=500) const
Enable the upstream endpoint.
bool read_upstream_endpoint_ready() const
Read the upstream endpoint ready reg.
std::string get_status(bool print_out=false) const override
Get status string, optionally print.
Base class for timing nodes.