3#ifndef _DaphneV2ADC_0_dunedaq__appmodel_0_appmodel_H_
4#define _DaphneV2ADC_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;
99 std::lock_guard scoped_lock(
m_mutex);
115 std::lock_guard scoped_lock(
m_mutex);
132 std::lock_guard scoped_lock(
m_mutex);
148 std::lock_guard scoped_lock(
m_mutex);
165 std::lock_guard scoped_lock(
m_mutex);
181 std::lock_guard scoped_lock(
m_mutex);
200 return obj.print_object(s);
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...
bool m_output_offset_binary
uint16_t get_reg4() const
static const std::string & __get_MSB_first_str() noexcept
static const std::string & s_class_name
bool get_MSB_first() const
Get "MSB_first" attribute value. Which Significant bit comes first, true=MSB, false=LSB.
static const std::string & __get_low_resolution_str() noexcept
static const std::string s_output_offset_binary
bool get_low_resolution() const
Get "low_resolution" attribute value. true=12bit, false=14bit.
friend class conffwk::DalFactory
virtual void init(bool init_children)
static const std::string & __get_output_offset_binary_str() noexcept
DaphneV2ADC(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
void set_low_resolution(bool value)
Set "low_resolution" attribute value. true=12bit, false=14bit.
friend class conffwk::DalObject
void set_MSB_first(bool value)
Set "MSB_first" attribute value. Which Significant bit comes first, true=MSB, false=LSB.
static const std::string s_MSB_first
bool get_output_offset_binary() const
Get "output_offset_binary" attribute value. true=Offset Binary, false=2s complement.
void set_output_offset_binary(bool value)
Set "output_offset_binary" attribute value. true=Offset Binary, false=2s complement.
static const std::string s_low_resolution
virtual ~DaphneV2ADC() noexcept
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< constDaphneV2ADC * >::const_iterator DaphneV2ADCIterator