|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <SSPLEDCalibModule.hpp>
Classes | |
| struct | Pulse_mode |
Public Member Functions | |
| virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
| Print details of the SSPLEDCalibModule object. | |
| virtual std::vector< const dunedaq::conffwk::DalObject * > | get (const std::string &name, bool upcast_unregistered=true) const |
| Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers. | |
| uint32_t | get_card_id () const |
| Get "card_id" attribute value. Physical card identifier (in the same host) | |
| void | set_card_id (uint32_t value) |
| Set "card_id" attribute value. Physical card identifier (in the same host) | |
| uint32_t | get_board_id () const |
| Get "board_id" attribute value. Board ID used for configuration and metric tracking. | |
| void | set_board_id (uint32_t value) |
| Set "board_id" attribute value. Board ID used for configuration and metric tracking. | |
| uint32_t | get_module_id () const |
| Get "module_id" attribute value. Module ID used for configuration and metric tracking. | |
| void | set_module_id (uint32_t value) |
| Set "module_id" attribute value. Module ID used for configuration and metric tracking. | |
| const std::string & | get_board_ip () const |
| Get "board_ip" attribute value. IP address of the board. | |
| void | set_board_ip (const std::string &value) |
| Set "board_ip" attribute value. IP address of the board. | |
| uint32_t | get_partition_number () const |
| Get "partition_number" attribute value. FIXME: partition number for the SSP board. | |
| void | set_partition_number (uint32_t value) |
| Set "partition_number" attribute value. FIXME: partition number for the SSP board. | |
| uint32_t | get_timing_address () const |
| Get "timing_address" attribute value. Timing address of the SSP board. | |
| void | set_timing_address (uint32_t value) |
| Set "timing_address" attribute value. Timing address of the SSP board. | |
| uint32_t | get_number_channels () const |
| Get "number_channels" attribute value. Decimal number of the number of channels in the card, should be either 5 or 12. | |
| void | set_number_channels (uint32_t value) |
| Set "number_channels" attribute value. Decimal number of the number of channels in the card, should be either 5 or 12. | |
| uint32_t | get_channel_mask () const |
| Get "channel_mask" attribute value. Decimal number for the 12-bit channel mask where 1 is on, e.g. 4095 is all channels on. | |
| void | set_channel_mask (uint32_t value) |
| Set "channel_mask" attribute value. Decimal number for the 12-bit channel mask where 1 is on, e.g. 4095 is all channels on. | |
| const std::string & | get_pulse_mode () const |
| Get "pulse_mode" attribute value. | |
| void | set_pulse_mode (const std::string &value) |
| Set "pulse_mode" attribute value. | |
| uint32_t | get_burst_count () const |
| Get "burst_count" attribute value. Number of LED calib pulses to send in a burst. | |
| void | set_burst_count (uint32_t value) |
| Set "burst_count" attribute value. Number of LED calib pulses to send in a burst. | |
| uint32_t | get_double_pulse_delay_ticks () const |
| Get "double_pulse_delay_ticks" attribute value. number of ticks between first and second pulse in double pulse mode. | |
| void | set_double_pulse_delay_ticks (uint32_t value) |
| Set "double_pulse_delay_ticks" attribute value. number of ticks between first and second pulse in double pulse mode. | |
| uint32_t | get_pulse1_width_ticks () const |
| Get "pulse1_width_ticks" attribute value. Width of first pulse in time ticks. | |
| void | set_pulse1_width_ticks (uint32_t value) |
| Set "pulse1_width_ticks" attribute value. Width of first pulse in time ticks. | |
| uint32_t | get_pulse2_width_ticks () const |
| Get "pulse2_width_ticks" attribute value. width of second pulse. | |
| void | set_pulse2_width_ticks (uint32_t value) |
| Set "pulse2_width_ticks" attribute value. width of second pulse. | |
| uint32_t | get_pulse_bias_percent_270nm () const |
| Get "pulse_bias_percent_270nm" attribute value. the fraction of bias applied to 270 nm LED. | |
| void | set_pulse_bias_percent_270nm (uint32_t value) |
| Set "pulse_bias_percent_270nm" attribute value. the fraction of bias applied to 270 nm LED. | |
| uint32_t | get_pulse_bias_percent_367nm () const |
| Get "pulse_bias_percent_367nm" attribute value. the fraction of bias applied to 367 nm LEDs. | |
| void | set_pulse_bias_percent_367nm (uint32_t value) |
| Set "pulse_bias_percent_367nm" attribute value. the fraction of bias applied to 367 nm LEDs. | |
| const std::vector< const dunedaq::appmodel::SSPRegister * > & | get_hardware_configuration () const |
| Get "hardware_configuration" relationship value. | |
| void | set_hardware_configuration (const std::vector< const dunedaq::appmodel::SSPRegister * > &value) |
| Set "hardware_configuration" relationship value. | |
| virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
| Print details of the SSPLEDCalibModule object. | |
| virtual std::vector< const dunedaq::conffwk::DalObject * > | get (const std::string &name, bool upcast_unregistered=true) const |
| Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers. | |
| uint32_t | get_card_id () const |
| Get "card_id" attribute value. Physical card identifier (in the same host) | |
| void | set_card_id (uint32_t value) |
| Set "card_id" attribute value. Physical card identifier (in the same host) | |
| uint32_t | get_board_id () const |
| Get "board_id" attribute value. Board ID used for configuration and metric tracking. | |
| void | set_board_id (uint32_t value) |
| Set "board_id" attribute value. Board ID used for configuration and metric tracking. | |
| uint32_t | get_module_id () const |
| Get "module_id" attribute value. Module ID used for configuration and metric tracking. | |
| void | set_module_id (uint32_t value) |
| Set "module_id" attribute value. Module ID used for configuration and metric tracking. | |
| const std::string & | get_board_ip () const |
| Get "board_ip" attribute value. IP address of the board. | |
| void | set_board_ip (const std::string &value) |
| Set "board_ip" attribute value. IP address of the board. | |
| uint32_t | get_partition_number () const |
| Get "partition_number" attribute value. FIXME: partition number for the SSP board. | |
| void | set_partition_number (uint32_t value) |
| Set "partition_number" attribute value. FIXME: partition number for the SSP board. | |
| uint32_t | get_timing_address () const |
| Get "timing_address" attribute value. Timing address of the SSP board. | |
| void | set_timing_address (uint32_t value) |
| Set "timing_address" attribute value. Timing address of the SSP board. | |
| uint32_t | get_number_channels () const |
| Get "number_channels" attribute value. Decimal number of the number of channels in the card, should be either 5 or 12. | |
| void | set_number_channels (uint32_t value) |
| Set "number_channels" attribute value. Decimal number of the number of channels in the card, should be either 5 or 12. | |
| uint32_t | get_channel_mask () const |
| Get "channel_mask" attribute value. Decimal number for the 12-bit channel mask where 1 is on, e.g. 4095 is all channels on. | |
| void | set_channel_mask (uint32_t value) |
| Set "channel_mask" attribute value. Decimal number for the 12-bit channel mask where 1 is on, e.g. 4095 is all channels on. | |
| const std::string & | get_pulse_mode () const |
| Get "pulse_mode" attribute value. | |
| void | set_pulse_mode (const std::string &value) |
| Set "pulse_mode" attribute value. | |
| uint32_t | get_burst_count () const |
| Get "burst_count" attribute value. Number of LED calib pulses to send in a burst. | |
| void | set_burst_count (uint32_t value) |
| Set "burst_count" attribute value. Number of LED calib pulses to send in a burst. | |
| uint32_t | get_double_pulse_delay_ticks () const |
| Get "double_pulse_delay_ticks" attribute value. number of ticks between first and second pulse in double pulse mode. | |
| void | set_double_pulse_delay_ticks (uint32_t value) |
| Set "double_pulse_delay_ticks" attribute value. number of ticks between first and second pulse in double pulse mode. | |
| uint32_t | get_pulse1_width_ticks () const |
| Get "pulse1_width_ticks" attribute value. Width of first pulse in time ticks. | |
| void | set_pulse1_width_ticks (uint32_t value) |
| Set "pulse1_width_ticks" attribute value. Width of first pulse in time ticks. | |
| uint32_t | get_pulse2_width_ticks () const |
| Get "pulse2_width_ticks" attribute value. width of second pulse. | |
| void | set_pulse2_width_ticks (uint32_t value) |
| Set "pulse2_width_ticks" attribute value. width of second pulse. | |
| uint32_t | get_pulse_bias_percent_270nm () const |
| Get "pulse_bias_percent_270nm" attribute value. the fraction of bias applied to 270 nm LED. | |
| void | set_pulse_bias_percent_270nm (uint32_t value) |
| Set "pulse_bias_percent_270nm" attribute value. the fraction of bias applied to 270 nm LED. | |
| uint32_t | get_pulse_bias_percent_367nm () const |
| Get "pulse_bias_percent_367nm" attribute value. the fraction of bias applied to 367 nm LEDs. | |
| void | set_pulse_bias_percent_367nm (uint32_t value) |
| Set "pulse_bias_percent_367nm" attribute value. the fraction of bias applied to 367 nm LEDs. | |
| const std::vector< const dunedaq::appmodel::SSPRegister * > & | get_hardware_configuration () const |
| Get "hardware_configuration" relationship value. | |
| void | set_hardware_configuration (const std::vector< const dunedaq::appmodel::SSPRegister * > &value) |
| Set "hardware_configuration" relationship value. | |
Public Member Functions inherited from dunedaq::confmodel::DaqModule | |
| const std::vector< const dunedaq::confmodel::Connection * > & | get_inputs () const |
| Get "inputs" relationship value. List of connections to/from this module. | |
| void | set_inputs (const std::vector< const dunedaq::confmodel::Connection * > &value) |
| Set "inputs" relationship value. List of connections to/from this module. | |
| const std::vector< const dunedaq::confmodel::Connection * > & | get_outputs () const |
| Get "outputs" relationship value. Output connections from this module. | |
| void | set_outputs (const std::vector< const dunedaq::confmodel::Connection * > &value) |
| Set "outputs" relationship value. Output connections from this module. | |
| const std::vector< const dunedaq::confmodel::HostComponent * > & | get_used_resources () const |
| Get "used_resources" relationship value. | |
| void | set_used_resources (const std::vector< const dunedaq::confmodel::HostComponent * > &value) |
| Set "used_resources" relationship value. | |
| const std::vector< const dunedaq::confmodel::Connection * > & | get_inputs () const |
| Get "inputs" relationship value. List of connections to/from this module. | |
| void | set_inputs (const std::vector< const dunedaq::confmodel::Connection * > &value) |
| Set "inputs" relationship value. List of connections to/from this module. | |
| const std::vector< const dunedaq::confmodel::Connection * > & | get_outputs () const |
| Get "outputs" relationship value. Output connections from this module. | |
| void | set_outputs (const std::vector< const dunedaq::confmodel::Connection * > &value) |
| Set "outputs" relationship value. Output connections from this module. | |
| const std::vector< const dunedaq::confmodel::HostComponent * > & | get_used_resources () const |
| Get "used_resources" relationship value. | |
| void | set_used_resources (const std::vector< const dunedaq::confmodel::HostComponent * > &value) |
| Set "used_resources" relationship value. | |
Public Member Functions inherited from dunedaq::conffwk::DalObject | |
| const std::string & | UID () const noexcept |
| const std::string & | class_name () const noexcept |
| bool | castable (const std::string &target) const noexcept |
| bool | castable (const std::string *target) const noexcept |
| template<class TARGET > | |
| const TARGET * | cast () const noexcept |
| Casts object to different class. | |
| std::string | full_name () const noexcept |
| const ConfigObject & | config_object () const |
| DalRegistry & | registry () const noexcept |
| Configuration & | configuration () const noexcept |
| void | unread () |
| void | set (const ConfigObject &o) noexcept |
| void | move (const std::string &at) |
| void | rename (const std::string &new_id) |
| void | p_hdr (std::ostream &s, unsigned int indent, const std::string &cl, const char *nm=nullptr) const |
| print object headers | |
| std::ostream & | print_object (std::ostream &s) const |
| print object details | |
| void | throw_init_ex (dunedaq::conffwk::Exception &ex) |
| throw object initialisation exception (i.e. | |
Static Public Member Functions | |
| static const std::string & | __get_card_id_str () noexcept |
| static const std::string & | __get_board_id_str () noexcept |
| static const std::string & | __get_module_id_str () noexcept |
| static const std::string & | __get_board_ip_str () noexcept |
| static const std::string & | __get_partition_number_str () noexcept |
| static const std::string & | __get_timing_address_str () noexcept |
| static const std::string & | __get_number_channels_str () noexcept |
| static const std::string & | __get_channel_mask_str () noexcept |
| static const std::string & | __get_pulse_mode_str () noexcept |
| static const std::string & | __get_burst_count_str () noexcept |
| static const std::string & | __get_double_pulse_delay_ticks_str () noexcept |
| static const std::string & | __get_pulse1_width_ticks_str () noexcept |
| static const std::string & | __get_pulse2_width_ticks_str () noexcept |
| static const std::string & | __get_pulse_bias_percent_270nm_str () noexcept |
| static const std::string & | __get_pulse_bias_percent_367nm_str () noexcept |
| static const std::string & | __get_hardware_configuration_str () noexcept |
| static const std::string & | __get_card_id_str () noexcept |
| static const std::string & | __get_board_id_str () noexcept |
| static const std::string & | __get_module_id_str () noexcept |
| static const std::string & | __get_board_ip_str () noexcept |
| static const std::string & | __get_partition_number_str () noexcept |
| static const std::string & | __get_timing_address_str () noexcept |
| static const std::string & | __get_number_channels_str () noexcept |
| static const std::string & | __get_channel_mask_str () noexcept |
| static const std::string & | __get_pulse_mode_str () noexcept |
| static const std::string & | __get_burst_count_str () noexcept |
| static const std::string & | __get_double_pulse_delay_ticks_str () noexcept |
| static const std::string & | __get_pulse1_width_ticks_str () noexcept |
| static const std::string & | __get_pulse2_width_ticks_str () noexcept |
| static const std::string & | __get_pulse_bias_percent_270nm_str () noexcept |
| static const std::string & | __get_pulse_bias_percent_367nm_str () noexcept |
| static const std::string & | __get_hardware_configuration_str () noexcept |
Static Public Member Functions inherited from dunedaq::confmodel::DaqModule | |
| static const std::string & | __get_inputs_str () noexcept |
| static const std::string & | __get_outputs_str () noexcept |
| static const std::string & | __get_used_resources_str () noexcept |
| static const std::string & | __get_inputs_str () noexcept |
| static const std::string & | __get_outputs_str () noexcept |
| static const std::string & | __get_used_resources_str () noexcept |
Static Public Member Functions inherited from dunedaq::conffwk::DalObject | |
| static void | p_null (std::ostream &s) |
| print "(null)" | |
| static void | p_rm (std::ostream &s) |
| print "(deleted object)" | |
| static void | p_error (std::ostream &s, dunedaq::conffwk::Exception &ex) |
| print error text | |
| static void | throw_get_ex (const std::string &what, const std::string &class_name, const DalObject *obj) |
| throw exception in generated get method (i.e. | |
| static bool | is_null (const DalObject *ref) noexcept |
| check a pointer on DAL object is null | |
Static Public Attributes | |
| static const std::string & | s_class_name |
| static const std::string | s_card_id = "card_id" |
| static const std::string | s_board_id = "board_id" |
| static const std::string | s_module_id = "module_id" |
| static const std::string | s_board_ip = "board_ip" |
| static const std::string | s_partition_number = "partition_number" |
| static const std::string | s_timing_address = "timing_address" |
| static const std::string | s_number_channels = "number_channels" |
| static const std::string | s_channel_mask = "channel_mask" |
| static const std::string | s_pulse_mode = "pulse_mode" |
| static const std::string | s_burst_count = "burst_count" |
| static const std::string | s_double_pulse_delay_ticks = "double_pulse_delay_ticks" |
| static const std::string | s_pulse1_width_ticks = "pulse1_width_ticks" |
| static const std::string | s_pulse2_width_ticks = "pulse2_width_ticks" |
| static const std::string | s_pulse_bias_percent_270nm = "pulse_bias_percent_270nm" |
| static const std::string | s_pulse_bias_percent_367nm = "pulse_bias_percent_367nm" |
| static const std::string | s_hardware_configuration = "hardware_configuration" |
Static Public Attributes inherited from dunedaq::confmodel::DaqModule | |
| static const std::string & | s_class_name |
| static const std::string | s_inputs = "inputs" |
| static const std::string | s_outputs = "outputs" |
| static const std::string | s_used_resources = "used_resources" |
Protected Member Functions | |
| SSPLEDCalibModule (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~SSPLEDCalibModule () noexcept |
| virtual void | init (bool init_children) |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
| SSPLEDCalibModule (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~SSPLEDCalibModule () noexcept |
| virtual void | init (bool init_children) |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
Protected Member Functions inherited from dunedaq::confmodel::DaqModule | |
| DaqModule (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~DaqModule () noexcept |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
| DaqModule (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~DaqModule () noexcept |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
Protected Member Functions inherited from dunedaq::conffwk::DalObject | |
| DalObject (DalRegistry &db, const ConfigObject &o) noexcept | |
| virtual | ~DalObject () |
| void | clear () noexcept |
| void | check () const |
| bool | is_deleted () const |
| void | increment_created () noexcept |
| void | increment_read () noexcept |
| void | check_init () const |
| Check and initialize object if necessary. | |
| template<typename T > | |
| void | _set_object (const std::string &name, const T *value) |
| Helper method for generated set single-value relationship methods. | |
| template<typename T > | |
| void | _set_objects (const std::string &name, const std::vector< const T * > &value) |
| Helper method for generated set multi-value relationship methods. | |
| bool | get_rel_objects (const std::string &name, bool upcast_unregistered, std::vector< const DalObject * > &objs) const |
| Read relationship values as DAL objects using DAL factory. | |
| bool | get_algo_objects (const std::string &name, std::vector< const DalObject * > &objs) const |
| Run algorithm and return result as DAL objects using DAL factory. | |
Private Attributes | |
| uint32_t | m_card_id |
| uint32_t | m_board_id |
| uint32_t | m_module_id |
| std::string | m_board_ip |
| uint32_t | m_partition_number |
| uint32_t | m_timing_address |
| uint32_t | m_number_channels |
| uint32_t | m_channel_mask |
| std::string | m_pulse_mode |
| uint32_t | m_burst_count |
| uint32_t | m_double_pulse_delay_ticks |
| uint32_t | m_pulse1_width_ticks |
| uint32_t | m_pulse2_width_ticks |
| uint32_t | m_pulse_bias_percent_270nm |
| uint32_t | m_pulse_bias_percent_367nm |
| std::vector< const dunedaq::appmodel::SSPRegister * > | m_hardware_configuration |
Friends | |
| class | conffwk::Configuration |
| class | conffwk::DalObject |
| class | conffwk::DalFactory |
| class | conffwk::DalRegistry |
Additional Inherited Members | |
Protected Attributes inherited from dunedaq::conffwk::DalObject | |
| std::mutex | m_mutex |
| Used to protect changes of DAL object. | |
| bool | p_was_read |
| is true, if the object was read | |
| DalRegistry & | p_registry |
| Configuration object. | |
| ConfigObject | p_obj |
| Config object used by given template object. | |
| std::string | p_UID |
| Is used for template objects (see dqm_conffwk) | |
SSP LED Calib DAQ Module configuration
Definition at line 36 of file SSPLEDCalibModule.hpp.
|
protectednoexcept |
Definition at line 31 of file SSPLEDCalibModule.cpp.
|
protectedvirtualnoexcept |
Definition at line 114 of file SSPLEDCalibModule.cpp.
|
protectednoexcept |
|
protectedvirtualnoexcept |
|
inlinestaticnoexcept |
Definition at line 126 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 126 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 128 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 128 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 134 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 134 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 125 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 125 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 132 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 132 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 135 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 135 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 649 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 649 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 127 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 127 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 131 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 131 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 129 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 129 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 136 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 136 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 137 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 137 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 138 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 138 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 139 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 139 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 133 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 133 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 130 of file SSPLEDCalibModule.hpp.
|
inlinestaticnoexcept |
Definition at line 130 of file SSPLEDCalibModule.hpp.
|
virtual |
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
Parameters are:
| name | name of the relationship or algorithm |
| std::exception | if there is no relationship or algorithm with such name in this and base classes |
Reimplemented from dunedaq::confmodel::DaqModule.
Definition at line 118 of file SSPLEDCalibModule.cpp.
|
virtual |
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
Parameters are:
| name | name of the relationship or algorithm |
| std::exception | if there is no relationship or algorithm with such name in this and base classes |
Reimplemented from dunedaq::confmodel::DaqModule.
|
protected |
Definition at line 128 of file SSPLEDCalibModule.cpp.
|
protected |
|
inline |
Get "board_id" attribute value. Board ID used for configuration and metric tracking.
Definition at line 183 of file SSPLEDCalibModule.hpp.
|
inline |
Get "board_id" attribute value. Board ID used for configuration and metric tracking.
Definition at line 183 of file SSPLEDCalibModule.hpp.
|
inline |
Get "board_ip" attribute value. IP address of the board.
Definition at line 249 of file SSPLEDCalibModule.hpp.
|
inline |
Get "board_ip" attribute value. IP address of the board.
Definition at line 249 of file SSPLEDCalibModule.hpp.
|
inline |
Get "burst_count" attribute value. Number of LED calib pulses to send in a burst.
Definition at line 455 of file SSPLEDCalibModule.hpp.
|
inline |
Get "burst_count" attribute value. Number of LED calib pulses to send in a burst.
Definition at line 455 of file SSPLEDCalibModule.hpp.
|
inline |
Get "card_id" attribute value. Physical card identifier (in the same host)
Definition at line 150 of file SSPLEDCalibModule.hpp.
|
inline |
Get "card_id" attribute value. Physical card identifier (in the same host)
Definition at line 150 of file SSPLEDCalibModule.hpp.
|
inline |
Get "channel_mask" attribute value. Decimal number for the 12-bit channel mask where 1 is on, e.g. 4095 is all channels on.
Definition at line 381 of file SSPLEDCalibModule.hpp.
|
inline |
Get "channel_mask" attribute value. Decimal number for the 12-bit channel mask where 1 is on, e.g. 4095 is all channels on.
Definition at line 381 of file SSPLEDCalibModule.hpp.
|
inline |
Get "double_pulse_delay_ticks" attribute value. number of ticks between first and second pulse in double pulse mode.
Definition at line 488 of file SSPLEDCalibModule.hpp.
|
inline |
Get "double_pulse_delay_ticks" attribute value. number of ticks between first and second pulse in double pulse mode.
Definition at line 488 of file SSPLEDCalibModule.hpp.
|
inline |
Get "hardware_configuration" relationship value.
Definition at line 659 of file SSPLEDCalibModule.hpp.
|
inline |
Get "hardware_configuration" relationship value.
Definition at line 659 of file SSPLEDCalibModule.hpp.
|
inline |
Get "module_id" attribute value. Module ID used for configuration and metric tracking.
Definition at line 216 of file SSPLEDCalibModule.hpp.
|
inline |
Get "module_id" attribute value. Module ID used for configuration and metric tracking.
Definition at line 216 of file SSPLEDCalibModule.hpp.
|
inline |
Get "number_channels" attribute value. Decimal number of the number of channels in the card, should be either 5 or 12.
Definition at line 348 of file SSPLEDCalibModule.hpp.
|
inline |
Get "number_channels" attribute value. Decimal number of the number of channels in the card, should be either 5 or 12.
Definition at line 348 of file SSPLEDCalibModule.hpp.
|
inline |
Get "partition_number" attribute value. FIXME: partition number for the SSP board.
Definition at line 282 of file SSPLEDCalibModule.hpp.
|
inline |
Get "partition_number" attribute value. FIXME: partition number for the SSP board.
Definition at line 282 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse1_width_ticks" attribute value. Width of first pulse in time ticks.
Definition at line 521 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse1_width_ticks" attribute value. Width of first pulse in time ticks.
Definition at line 521 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse2_width_ticks" attribute value. width of second pulse.
Definition at line 554 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse2_width_ticks" attribute value. width of second pulse.
Definition at line 554 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse_bias_percent_270nm" attribute value. the fraction of bias applied to 270 nm LED.
Definition at line 587 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse_bias_percent_270nm" attribute value. the fraction of bias applied to 270 nm LED.
Definition at line 587 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse_bias_percent_367nm" attribute value. the fraction of bias applied to 367 nm LEDs.
Definition at line 620 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse_bias_percent_367nm" attribute value. the fraction of bias applied to 367 nm LEDs.
Definition at line 620 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse_mode" attribute value.
Definition at line 423 of file SSPLEDCalibModule.hpp.
|
inline |
Get "pulse_mode" attribute value.
Definition at line 423 of file SSPLEDCalibModule.hpp.
|
inline |
Get "timing_address" attribute value. Timing address of the SSP board.
Definition at line 315 of file SSPLEDCalibModule.hpp.
|
inline |
Get "timing_address" attribute value. Timing address of the SSP board.
Definition at line 315 of file SSPLEDCalibModule.hpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
| init_children | if true, initialize referenced objects |
Reimplemented from dunedaq::confmodel::DaqModule.
Definition at line 85 of file SSPLEDCalibModule.cpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
| init_children | if true, initialize referenced objects |
Reimplemented from dunedaq::confmodel::DaqModule.
|
virtual |
Print details of the SSPLEDCalibModule object.
Parameters are:
| offset | number of spaces to shift object right (useful to print nested objects) |
| print_header | if false, do not print object header (to print attributes of base classes) |
| s | output stream |
Reimplemented from dunedaq::confmodel::DaqModule.
Definition at line 40 of file SSPLEDCalibModule.cpp.
|
virtual |
Print details of the SSPLEDCalibModule object.
Parameters are:
| offset | number of spaces to shift object right (useful to print nested objects) |
| print_header | if false, do not print object header (to print attributes of base classes) |
| s | output stream |
Reimplemented from dunedaq::confmodel::DaqModule.
|
inline |
Set "board_id" attribute value. Board ID used for configuration and metric tracking.
| value | new attribute value |
Definition at line 199 of file SSPLEDCalibModule.hpp.
|
inline |
Set "board_id" attribute value. Board ID used for configuration and metric tracking.
| value | new attribute value |
Definition at line 199 of file SSPLEDCalibModule.hpp.
|
inline |
Set "board_ip" attribute value. IP address of the board.
| value | new attribute value |
Definition at line 265 of file SSPLEDCalibModule.hpp.
|
inline |
Set "board_ip" attribute value. IP address of the board.
| value | new attribute value |
Definition at line 265 of file SSPLEDCalibModule.hpp.
|
inline |
Set "burst_count" attribute value. Number of LED calib pulses to send in a burst.
| value | new attribute value |
Definition at line 471 of file SSPLEDCalibModule.hpp.
|
inline |
Set "burst_count" attribute value. Number of LED calib pulses to send in a burst.
| value | new attribute value |
Definition at line 471 of file SSPLEDCalibModule.hpp.
|
inline |
Set "card_id" attribute value. Physical card identifier (in the same host)
| value | new attribute value |
Definition at line 166 of file SSPLEDCalibModule.hpp.
|
inline |
Set "card_id" attribute value. Physical card identifier (in the same host)
| value | new attribute value |
Definition at line 166 of file SSPLEDCalibModule.hpp.
|
inline |
Set "channel_mask" attribute value. Decimal number for the 12-bit channel mask where 1 is on, e.g. 4095 is all channels on.
| value | new attribute value |
Definition at line 397 of file SSPLEDCalibModule.hpp.
|
inline |
Set "channel_mask" attribute value. Decimal number for the 12-bit channel mask where 1 is on, e.g. 4095 is all channels on.
| value | new attribute value |
Definition at line 397 of file SSPLEDCalibModule.hpp.
|
inline |
Set "double_pulse_delay_ticks" attribute value. number of ticks between first and second pulse in double pulse mode.
| value | new attribute value |
Definition at line 504 of file SSPLEDCalibModule.hpp.
|
inline |
Set "double_pulse_delay_ticks" attribute value. number of ticks between first and second pulse in double pulse mode.
| value | new attribute value |
Definition at line 504 of file SSPLEDCalibModule.hpp.
| void dunedaq::appmodel::SSPLEDCalibModule::set_hardware_configuration | ( | const std::vector< const dunedaq::appmodel::SSPRegister * > & | value | ) |
Set "hardware_configuration" relationship value.
| value | new relationship value |
Definition at line 149 of file SSPLEDCalibModule.cpp.
| void dunedaq::appmodel::SSPLEDCalibModule::set_hardware_configuration | ( | const std::vector< const dunedaq::appmodel::SSPRegister * > & | value | ) |
Set "hardware_configuration" relationship value.
| value | new relationship value |
|
inline |
Set "module_id" attribute value. Module ID used for configuration and metric tracking.
| value | new attribute value |
Definition at line 232 of file SSPLEDCalibModule.hpp.
|
inline |
Set "module_id" attribute value. Module ID used for configuration and metric tracking.
| value | new attribute value |
Definition at line 232 of file SSPLEDCalibModule.hpp.
|
inline |
Set "number_channels" attribute value. Decimal number of the number of channels in the card, should be either 5 or 12.
| value | new attribute value |
Definition at line 364 of file SSPLEDCalibModule.hpp.
|
inline |
Set "number_channels" attribute value. Decimal number of the number of channels in the card, should be either 5 or 12.
| value | new attribute value |
Definition at line 364 of file SSPLEDCalibModule.hpp.
|
inline |
Set "partition_number" attribute value. FIXME: partition number for the SSP board.
| value | new attribute value |
Definition at line 298 of file SSPLEDCalibModule.hpp.
|
inline |
Set "partition_number" attribute value. FIXME: partition number for the SSP board.
| value | new attribute value |
Definition at line 298 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse1_width_ticks" attribute value. Width of first pulse in time ticks.
| value | new attribute value |
Definition at line 537 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse1_width_ticks" attribute value. Width of first pulse in time ticks.
| value | new attribute value |
Definition at line 537 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse2_width_ticks" attribute value. width of second pulse.
| value | new attribute value |
Definition at line 570 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse2_width_ticks" attribute value. width of second pulse.
| value | new attribute value |
Definition at line 570 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse_bias_percent_270nm" attribute value. the fraction of bias applied to 270 nm LED.
| value | new attribute value |
Definition at line 603 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse_bias_percent_270nm" attribute value. the fraction of bias applied to 270 nm LED.
| value | new attribute value |
Definition at line 603 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse_bias_percent_367nm" attribute value. the fraction of bias applied to 367 nm LEDs.
| value | new attribute value |
Definition at line 636 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse_bias_percent_367nm" attribute value. the fraction of bias applied to 367 nm LEDs.
| value | new attribute value |
Definition at line 636 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse_mode" attribute value.
| value | new attribute value |
Definition at line 438 of file SSPLEDCalibModule.hpp.
|
inline |
Set "pulse_mode" attribute value.
| value | new attribute value |
Definition at line 438 of file SSPLEDCalibModule.hpp.
|
inline |
Set "timing_address" attribute value. Timing address of the SSP board.
| value | new attribute value |
Definition at line 331 of file SSPLEDCalibModule.hpp.
|
inline |
Set "timing_address" attribute value. Timing address of the SSP board.
| value | new attribute value |
Definition at line 331 of file SSPLEDCalibModule.hpp.
|
friend |
Definition at line 38 of file SSPLEDCalibModule.hpp.
|
friend |
Definition at line 40 of file SSPLEDCalibModule.hpp.
|
friend |
Definition at line 39 of file SSPLEDCalibModule.hpp.
|
friend |
Definition at line 41 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 88 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 90 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 96 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 87 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 94 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 97 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 102 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 89 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 93 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 91 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 98 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 99 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 100 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 101 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 95 of file SSPLEDCalibModule.hpp.
|
private |
Definition at line 92 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 110 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 112 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 118 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 109 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 116 of file SSPLEDCalibModule.hpp.
|
static |
The name of the configuration class.
Definition at line 53 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 119 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 647 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 111 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 115 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 113 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 120 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 121 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 122 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 123 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 117 of file SSPLEDCalibModule.hpp.
|
inlinestatic |
Definition at line 114 of file SSPLEDCalibModule.hpp.