|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Base class for timing endpoint design nodes. More...
#include <CDRMuxDesignInterface.hpp>
Public Member Functions | |
| 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. | |
Public Member Functions inherited from dunedaq::timing::MuxDesignInterface | |
| MuxDesignInterface (const uhal::Node &node) | |
| virtual | ~MuxDesignInterface () |
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. | |
| virtual void | get_info (timingfirmwareinfo::TimingDeviceInfo &mon_data) const =0 |
| Give info to collector. | |
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 endpoint design nodes.
Definition at line 34 of file CDRMuxDesignInterface.hpp.
|
inlineexplicit |
Definition at line 38 of file CDRMuxDesignInterface.hpp.
|
inlinevirtual |
Definition at line 41 of file CDRMuxDesignInterface.hpp.
|
inlineoverridevirtual |
Read cdr mux.
Implements dunedaq::timing::MuxDesignInterface.
Definition at line 48 of file CDRMuxDesignInterface.hpp.
|
inlineoverridevirtual |
Resync active cdr.
Implements dunedaq::timing::MuxDesignInterface.
Definition at line 77 of file CDRMuxDesignInterface.hpp.
|
inlineoverridevirtual |
Switch cdr mux.
Implements dunedaq::timing::MuxDesignInterface.
Definition at line 60 of file CDRMuxDesignInterface.hpp.