12#ifndef TIMING_INCLUDE_TIMING_ENDPOINTDESIGN_HPP_
13#define TIMING_INCLUDE_TIMING_ENDPOINTDESIGN_HPP_
22#include "uhal/DerivedNode.hpp"
45 std::string
get_status(
bool print_out =
false)
const override;
Base class for timing endpoint design nodes.
Base class for timing endpoint design nodes.
uint32_t read_firmware_version() const override
Give info to collector.
void configure(ClockSource clock_source) const override
Prepare the timing endpoint for data taking.
virtual ~EndpointDesign()
void get_info(timingfirmwareinfo::TimingDeviceInfo &mon_data) const override
Give info to collector.
std::string get_status(bool print_out=false) const override
Get status string, optionally print.
void validate_firmware_version() const override
Validate endpoint firmware version.
EndpointDesign(const uhal::Node &node)
Base class for timing top design nodes with IO class.