3#ifndef _DaphneV2PGA_0_dunedaq__appmodel_0_appmodel_H_
4#define _DaphneV2PGA_0_dunedaq__appmodel_0_appmodel_H_
31 virtual
void init(
bool init_children);
49 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
82 inline static const
std::
string s_gain = "gain";
99 std::lock_guard scoped_lock(
m_mutex);
115 std::lock_guard scoped_lock(
m_mutex);
131 std::lock_guard scoped_lock(
m_mutex);
146 std::lock_guard scoped_lock(
m_mutex);
163 std::lock_guard scoped_lock(
m_mutex);
179 std::lock_guard scoped_lock(
m_mutex);
202 return obj.print_object(s);
bool get_integrator_disable() const
Get "integrator_disable" attribute value.
uint8_t get_lpf_cut_frequency() const
Get "lpf_cut_frequency" attribute value. cut frequency, only 4 values acceptable. 0=15MHz,...
void set_lpf_cut_frequency(uint8_t value)
Set "lpf_cut_frequency" attribute value. cut frequency, only 4 values acceptable. 0=15MHz,...
void set_gain(bool value)
Set "gain" attribute value. rue=30 dB, false=24 dB.
virtual ~DaphneV2PGA() noexcept
static const std::string s_integrator_disable
DaphneV2PGA(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & s_class_name
static const std::string & __get_gain_str() noexcept
virtual void init(bool init_children)
uint16_t get_reg51() const
friend class conffwk::DalFactory
uint8_t m_lpf_cut_frequency
static const std::string s_lpf_cut_frequency
static const std::string & __get_lpf_cut_frequency_str() noexcept
friend class conffwk::DalObject
static const std::string s_gain
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...
static const std::string & __get_integrator_disable_str() noexcept
bool get_gain() const
Get "gain" attribute value. rue=30 dB, false=24 dB.
void set_integrator_disable(bool value)
Set "integrator_disable" attribute value.
bool m_integrator_disable
void set_by_val(const std::string &name, T value)
Set attribute value.
The base class for any generated DAL object.
std::mutex m_mutex
Used to protect changes of DAL object.
ConfigObject p_obj
Config object used by given template object.
void check_init() const
Check and initialize object if necessary.
DalRegistry: A registry of DalObjects It provides a single interface to create, cache and manage DalO...
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constDaphneV2PGA * >::const_iterator DaphneV2PGAIterator