12#ifndef TIMING_INCLUDE_TIMING_SWITCHYARDNODE_HPP_
13#define TIMING_INCLUDE_TIMING_SWITCHYARDNODE_HPP_
19#include "uhal/DerivedNode.hpp"
39 std::string
get_status(
bool print_out =
false)
const override;
Class for master global node.
void configure_endpoint_source(uint8_t endpoint_source, bool dispatch=true) const
Configure endpoint source.
SwitchyardNode(const uhal::Node &node)
void configure_master_source(uint8_t master_source, bool dispatch=true) const
Configure master source.
virtual ~SwitchyardNode()
std::string get_status(bool print_out=false) const override
Print the status of the timing node.
Base class for timing nodes.