DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Class for timing fanout designs. More...
#include <FanoutDesign.hpp>
Public Member Functions | |
FanoutDesign (const uhal::Node &node) | |
virtual | ~FanoutDesign () |
std::string | get_status (bool print_out=false) const override |
Get status string, optionally print. | |
void | configure (ClockSource clock_source) const override |
Give info to collector. | |
void | validate_firmware_version () const override |
Validate endpoint firmware version. | |
uint32_t | read_firmware_version () const override |
Read firmware version. | |
void | get_info (timingfirmwareinfo::TimingDeviceInfo &mon_data) const override |
Give info to collector. | |
![]() | |
TopDesign (const uhal::Node &node) | |
virtual | ~TopDesign () |
const IONode * | get_io_node_plain () const override |
Get io node pointer. | |
void | soft_reset_io () const override |
Reset timing node. | |
void | reset_io (const std::string &clock_config_file) const override |
Reset timing node. | |
void | reset_io (const ClockSource &clock_source) const override |
Reset timing node. | |
void | configure (ClockSource clock_source) const override |
Prepare the timing device for data taking. | |
std::string | get_hardware_info (bool print_out=false) const override |
Print hardware information. | |
void | get_info (timingfirmwareinfo::TimingDeviceInfo &mon_data) const override |
Give info to collector. | |
![]() | |
TopDesignInterface (const uhal::Node &node) | |
virtual | ~TopDesignInterface () |
template<class IO > | |
const IO * | get_io_node () const |
![]() | |
TimingNode (const uhal::Node &node) | |
virtual | ~TimingNode () |
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. | |
![]() | |
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. | |
virtual void | get_info (uint32_t ept_id, timingendpointinfo::TimingEndpointInfo &mon_data) const |
Give info to collector. | |
![]() | |
CDRMuxDesignInterface (const uhal::Node &node) | |
virtual | ~CDRMuxDesignInterface () |
uint8_t | read_active_mux () const override |
Read cdr mux. | |
void | switch_mux (uint8_t mux_channel, bool resync_cdr=false) const override |
Switch cdr mux. | |
void | resync_active_cdr () const override |
Resync active cdr. | |
![]() | |
MuxDesignInterface (const uhal::Node &node) | |
virtual | ~MuxDesignInterface () |
Class for timing fanout designs.
Definition at line 36 of file FanoutDesign.hpp.
|
explicit |
Definition at line 11 of file FanoutDesign.cpp.
|
virtual |
Definition at line 21 of file FanoutDesign.cpp.
|
overridevirtual |
Give info to collector.
Prepare the timing fanout for data taking.
Implements dunedaq::timing::TopDesignInterface.
Definition at line 57 of file FanoutDesign.cpp.
|
overridevirtual |
Give info to collector.
Implements dunedaq::timing::TopDesignInterface.
Definition at line 74 of file FanoutDesign.cpp.
|
overridevirtual |
Get status string, optionally print.
Implements dunedaq::timing::TimingNode.
Definition at line 27 of file FanoutDesign.cpp.
|
overridevirtual |
Read firmware version.
Implements dunedaq::timing::TopDesignInterface.
Definition at line 48 of file FanoutDesign.cpp.
|
overridevirtual |
Validate endpoint firmware version.
Implements dunedaq::timing::TopDesignInterface.
Definition at line 40 of file FanoutDesign.cpp.