|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <WIBPulserSettings.hpp>
Public Member Functions | |
| virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
| Print details of the WIBPulserSettings 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. | |
| bool | get_enabled_0 () const |
| Get "enabled_0" attribute value. Enable WIB pulser for FEMB 0. | |
| void | set_enabled_0 (bool value) |
| Set "enabled_0" attribute value. Enable WIB pulser for FEMB 0. | |
| bool | get_enabled_1 () const |
| Get "enabled_1" attribute value. Enable WIB pulser for FEMB 1. | |
| void | set_enabled_1 (bool value) |
| Set "enabled_1" attribute value. Enable WIB pulser for FEMB 1. | |
| bool | get_enabled_2 () const |
| Get "enabled_2" attribute value. Enable WIB pulser for FEMB 2. | |
| void | set_enabled_2 (bool value) |
| Set "enabled_2" attribute value. Enable WIB pulser for FEMB 2. | |
| bool | get_enabled_3 () const |
| Get "enabled_3" attribute value. Enable WIB pulser for FEMB 3. | |
| void | set_enabled_3 (bool value) |
| Set "enabled_3" attribute value. Enable WIB pulser for FEMB 3. | |
| uint16_t | get_pulse_dac () const |
| Get "pulse_dac" attribute value. WIB pulser DAC setting. 16 bits [0-65535]. | |
| void | set_pulse_dac (uint16_t value) |
| Set "pulse_dac" attribute value. WIB pulser DAC setting. 16 bits [0-65535]. | |
| uint32_t | get_pulse_period () const |
| Get "pulse_period" attribute value. WIB pulser period in ADC clock units (512 ns). 21 bits [0-2097151]. | |
| void | set_pulse_period (uint32_t value) |
| Set "pulse_period" attribute value. WIB pulser period in ADC clock units (512 ns). 21 bits [0-2097151]. | |
| uint8_t | get_pulse_phase () const |
| Get "pulse_phase" attribute value. WIB pulser phase relative to digitization clock [0-31]. | |
| void | set_pulse_phase (uint8_t value) |
| Set "pulse_phase" attribute value. WIB pulser phase relative to digitization clock [0-31]. | |
| uint32_t | get_pulse_duration () const |
| Get "pulse_duration" attribute value. WIB pulser pulse duration in system clock units (16 ns). 27 bits [0-134217727]. | |
| void | set_pulse_duration (uint32_t value) |
| Set "pulse_duration" attribute value. WIB pulser pulse duration in system clock units (16 ns). 27 bits [0-134217727]. | |
| virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
| Print details of the WIBPulserSettings 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. | |
| bool | get_enabled_0 () const |
| Get "enabled_0" attribute value. Enable WIB pulser for FEMB 0. | |
| void | set_enabled_0 (bool value) |
| Set "enabled_0" attribute value. Enable WIB pulser for FEMB 0. | |
| bool | get_enabled_1 () const |
| Get "enabled_1" attribute value. Enable WIB pulser for FEMB 1. | |
| void | set_enabled_1 (bool value) |
| Set "enabled_1" attribute value. Enable WIB pulser for FEMB 1. | |
| bool | get_enabled_2 () const |
| Get "enabled_2" attribute value. Enable WIB pulser for FEMB 2. | |
| void | set_enabled_2 (bool value) |
| Set "enabled_2" attribute value. Enable WIB pulser for FEMB 2. | |
| bool | get_enabled_3 () const |
| Get "enabled_3" attribute value. Enable WIB pulser for FEMB 3. | |
| void | set_enabled_3 (bool value) |
| Set "enabled_3" attribute value. Enable WIB pulser for FEMB 3. | |
| uint16_t | get_pulse_dac () const |
| Get "pulse_dac" attribute value. WIB pulser DAC setting. 16 bits [0-65535]. | |
| void | set_pulse_dac (uint16_t value) |
| Set "pulse_dac" attribute value. WIB pulser DAC setting. 16 bits [0-65535]. | |
| uint32_t | get_pulse_period () const |
| Get "pulse_period" attribute value. WIB pulser period in ADC clock units (512 ns). 21 bits [0-2097151]. | |
| void | set_pulse_period (uint32_t value) |
| Set "pulse_period" attribute value. WIB pulser period in ADC clock units (512 ns). 21 bits [0-2097151]. | |
| uint8_t | get_pulse_phase () const |
| Get "pulse_phase" attribute value. WIB pulser phase relative to digitization clock [0-31]. | |
| void | set_pulse_phase (uint8_t value) |
| Set "pulse_phase" attribute value. WIB pulser phase relative to digitization clock [0-31]. | |
| uint32_t | get_pulse_duration () const |
| Get "pulse_duration" attribute value. WIB pulser pulse duration in system clock units (16 ns). 27 bits [0-134217727]. | |
| void | set_pulse_duration (uint32_t value) |
| Set "pulse_duration" attribute value. WIB pulser pulse duration in system clock units (16 ns). 27 bits [0-134217727]. | |
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_enabled_0_str () noexcept |
| static const std::string & | __get_enabled_1_str () noexcept |
| static const std::string & | __get_enabled_2_str () noexcept |
| static const std::string & | __get_enabled_3_str () noexcept |
| static const std::string & | __get_pulse_dac_str () noexcept |
| static const std::string & | __get_pulse_period_str () noexcept |
| static const std::string & | __get_pulse_phase_str () noexcept |
| static const std::string & | __get_pulse_duration_str () noexcept |
| static const std::string & | __get_enabled_0_str () noexcept |
| static const std::string & | __get_enabled_1_str () noexcept |
| static const std::string & | __get_enabled_2_str () noexcept |
| static const std::string & | __get_enabled_3_str () noexcept |
| static const std::string & | __get_pulse_dac_str () noexcept |
| static const std::string & | __get_pulse_period_str () noexcept |
| static const std::string & | __get_pulse_phase_str () noexcept |
| static const std::string & | __get_pulse_duration_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_enabled_0 = "enabled_0" |
| static const std::string | s_enabled_1 = "enabled_1" |
| static const std::string | s_enabled_2 = "enabled_2" |
| static const std::string | s_enabled_3 = "enabled_3" |
| static const std::string | s_pulse_dac = "pulse_dac" |
| static const std::string | s_pulse_period = "pulse_period" |
| static const std::string | s_pulse_phase = "pulse_phase" |
| static const std::string | s_pulse_duration = "pulse_duration" |
Protected Member Functions | |
| WIBPulserSettings (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~WIBPulserSettings () 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 |
| WIBPulserSettings (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~WIBPulserSettings () 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::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 | |
| bool | m_enabled_0 |
| bool | m_enabled_1 |
| bool | m_enabled_2 |
| bool | m_enabled_3 |
| uint16_t | m_pulse_dac |
| uint32_t | m_pulse_period |
| uint8_t | m_pulse_phase |
| uint32_t | m_pulse_duration |
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) | |
WIB Pulser settings
Definition at line 24 of file WIBPulserSettings.hpp.
|
protectednoexcept |
Definition at line 26 of file WIBPulserSettings.cpp.
|
protectedvirtualnoexcept |
Definition at line 82 of file WIBPulserSettings.cpp.
|
protectednoexcept |
|
protectedvirtualnoexcept |
|
inlinestaticnoexcept |
Definition at line 98 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 98 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 99 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 99 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 100 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 100 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 101 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 101 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 102 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 102 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 105 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 105 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 103 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 103 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 104 of file WIBPulserSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 104 of file WIBPulserSettings.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 |
Implements dunedaq::conffwk::DalObject.
Definition at line 86 of file WIBPulserSettings.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 |
Implements dunedaq::conffwk::DalObject.
|
protected |
Definition at line 96 of file WIBPulserSettings.cpp.
|
protected |
|
inline |
Get "enabled_0" attribute value. Enable WIB pulser for FEMB 0.
Definition at line 116 of file WIBPulserSettings.hpp.
|
inline |
Get "enabled_0" attribute value. Enable WIB pulser for FEMB 0.
Definition at line 116 of file WIBPulserSettings.hpp.
|
inline |
Get "enabled_1" attribute value. Enable WIB pulser for FEMB 1.
Definition at line 149 of file WIBPulserSettings.hpp.
|
inline |
Get "enabled_1" attribute value. Enable WIB pulser for FEMB 1.
Definition at line 149 of file WIBPulserSettings.hpp.
|
inline |
Get "enabled_2" attribute value. Enable WIB pulser for FEMB 2.
Definition at line 182 of file WIBPulserSettings.hpp.
|
inline |
Get "enabled_2" attribute value. Enable WIB pulser for FEMB 2.
Definition at line 182 of file WIBPulserSettings.hpp.
|
inline |
Get "enabled_3" attribute value. Enable WIB pulser for FEMB 3.
Definition at line 215 of file WIBPulserSettings.hpp.
|
inline |
Get "enabled_3" attribute value. Enable WIB pulser for FEMB 3.
Definition at line 215 of file WIBPulserSettings.hpp.
|
inline |
Get "pulse_dac" attribute value. WIB pulser DAC setting. 16 bits [0-65535].
Definition at line 248 of file WIBPulserSettings.hpp.
|
inline |
Get "pulse_dac" attribute value. WIB pulser DAC setting. 16 bits [0-65535].
Definition at line 248 of file WIBPulserSettings.hpp.
|
inline |
Get "pulse_duration" attribute value. WIB pulser pulse duration in system clock units (16 ns). 27 bits [0-134217727].
Definition at line 347 of file WIBPulserSettings.hpp.
|
inline |
Get "pulse_duration" attribute value. WIB pulser pulse duration in system clock units (16 ns). 27 bits [0-134217727].
Definition at line 347 of file WIBPulserSettings.hpp.
|
inline |
Get "pulse_period" attribute value. WIB pulser period in ADC clock units (512 ns). 21 bits [0-2097151].
Definition at line 281 of file WIBPulserSettings.hpp.
|
inline |
Get "pulse_period" attribute value. WIB pulser period in ADC clock units (512 ns). 21 bits [0-2097151].
Definition at line 281 of file WIBPulserSettings.hpp.
|
inline |
Get "pulse_phase" attribute value. WIB pulser phase relative to digitization clock [0-31].
Definition at line 314 of file WIBPulserSettings.hpp.
|
inline |
Get "pulse_phase" attribute value. WIB pulser phase relative to digitization clock [0-31].
Definition at line 314 of file WIBPulserSettings.hpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
| init_children | if true, initialize referenced objects |
Implements dunedaq::conffwk::DalObject.
Definition at line 61 of file WIBPulserSettings.cpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
| init_children | if true, initialize referenced objects |
Implements dunedaq::conffwk::DalObject.
|
virtual |
Print details of the WIBPulserSettings 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 |
Implements dunedaq::conffwk::DalObject.
Definition at line 33 of file WIBPulserSettings.cpp.
|
virtual |
Print details of the WIBPulserSettings 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 |
Implements dunedaq::conffwk::DalObject.
|
inline |
Set "enabled_0" attribute value. Enable WIB pulser for FEMB 0.
| value | new attribute value |
Definition at line 132 of file WIBPulserSettings.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 26 of file WIBPulserSettings.hpp.
|
friend |
Definition at line 28 of file WIBPulserSettings.hpp.
|
friend |
Definition at line 27 of file WIBPulserSettings.hpp.
|
friend |
Definition at line 29 of file WIBPulserSettings.hpp.
|
private |
Definition at line 75 of file WIBPulserSettings.hpp.
|
private |
Definition at line 76 of file WIBPulserSettings.hpp.
|
private |
Definition at line 77 of file WIBPulserSettings.hpp.
|
private |
Definition at line 78 of file WIBPulserSettings.hpp.
|
private |
Definition at line 79 of file WIBPulserSettings.hpp.
|
private |
Definition at line 82 of file WIBPulserSettings.hpp.
|
private |
Definition at line 80 of file WIBPulserSettings.hpp.
|
private |
Definition at line 81 of file WIBPulserSettings.hpp.
|
static |
The name of the configuration class.
Definition at line 41 of file WIBPulserSettings.hpp.
|
inlinestatic |
Definition at line 89 of file WIBPulserSettings.hpp.
|
inlinestatic |
Definition at line 90 of file WIBPulserSettings.hpp.
|
inlinestatic |
Definition at line 91 of file WIBPulserSettings.hpp.
|
inlinestatic |
Definition at line 92 of file WIBPulserSettings.hpp.
|
inlinestatic |
Definition at line 93 of file WIBPulserSettings.hpp.
|
inlinestatic |
Definition at line 96 of file WIBPulserSettings.hpp.
|
inlinestatic |
Definition at line 94 of file WIBPulserSettings.hpp.
|
inlinestatic |
Definition at line 95 of file WIBPulserSettings.hpp.