|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Base class for timing hsi design nodes. More...
#include <HSIDesignInterface.hpp>
Public Member Functions | |
| HSIDesignInterface (const uhal::Node &node) | |
| virtual | ~HSIDesignInterface () |
| virtual const HSINode & | get_hsi_node () const |
| Get the HSI node. | |
| virtual void | configure_hsi (uint32_t src, uint32_t re_mask, uint32_t fe_mask, uint32_t inv_mask, double rate, bool dispatch=true) const |
| Configure the HSI node. | |
| void | get_info (timingfirmwareinfo::TimingDeviceInfo &mon_data) const override |
| Give info to collector. | |
| virtual void | get_info (timingfirmwareinfo::HSIFirmwareMonitorData &mon_data) const |
| Give info to collector. | |
| virtual void | get_info (uint32_t ept_id, timingendpointinfo::TimingEndpointInfo &mon_data) const |
| Give info to collector. | |
Public Member Functions inherited from dunedaq::timing::EndpointDesignInterface | |
| EndpointDesignInterface (const uhal::Node &node) | |
| virtual | ~EndpointDesignInterface () |
| virtual const EndpointNodeInterface * | get_endpoint_node_plain (uint32_t ept_id) const |
| Return the timing endpoint node. | |
| virtual uint32_t | get_number_of_endpoint_nodes () const |
| Return the timing endpoint node. | |
Public Member Functions inherited from dunedaq::timing::TopDesignInterface | |
| TopDesignInterface (const uhal::Node &node) | |
| virtual | ~TopDesignInterface () |
| virtual const IONode * | get_io_node_plain () const =0 |
| Get io node pointer. | |
| template<class IO > | |
| const IO * | get_io_node () const |
| virtual void | soft_reset_io () const =0 |
| Reset timing node. | |
| virtual void | reset_io (const std::string &clock_config_file) const =0 |
| Reset timing node. | |
| virtual void | reset_io (const ClockSource &clock_source) const =0 |
| Reset timing node. | |
| virtual void | configure (ClockSource clock_source) const =0 |
| Prepare the timing device for data taking. | |
| virtual std::string | get_hardware_info (bool print_out=false) const =0 |
| Print hardware information. | |
| virtual uint32_t | read_firmware_version () const =0 |
| Read firmware version. | |
| virtual void | validate_firmware_version () const =0 |
| Validate firmware version. | |
Public Member Functions inherited from dunedaq::timing::TimingNode | |
| TimingNode (const uhal::Node &node) | |
| virtual | ~TimingNode () |
| virtual std::string | get_status (bool print_out=false) const =0 |
| Get the status string of the timing node. Optionally print it. | |
| 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. | |
Base class for timing hsi design nodes.
Definition at line 37 of file HSIDesignInterface.hpp.
|
inlineexplicit |
Definition at line 41 of file HSIDesignInterface.hpp.
|
inlinevirtual |
Definition at line 44 of file HSIDesignInterface.hpp.
|
inlinevirtual |
Configure the HSI node.
Definition at line 69 of file HSIDesignInterface.hpp.
|
inlinevirtual |
Get the HSI node.
Definition at line 51 of file HSIDesignInterface.hpp.
|
inlinevirtual |
Give info to collector.
Definition at line 92 of file HSIDesignInterface.hpp.
|
inlineoverridevirtual |
Give info to collector.
Reimplemented from dunedaq::timing::EndpointDesignInterface.
Definition at line 83 of file HSIDesignInterface.hpp.
|
inlinevirtual |
Give info to collector.
Reimplemented from dunedaq::timing::EndpointDesignInterface.
Definition at line 70 of file EndpointDesignInterface.hpp.