3#ifndef _CTBPulser_0_dunedaq__appmodel_0_appmodel_H_
4#define _CTBPulser_0_dunedaq__appmodel_0_appmodel_H_
38 virtual
void init(
bool init_children);
56 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
102 std::lock_guard scoped_lock(
m_mutex);
117 std::lock_guard scoped_lock(
m_mutex);
133 std::lock_guard scoped_lock(
m_mutex);
148 std::lock_guard scoped_lock(
m_mutex);
161 return obj.print_object(s);
static const std::string s_frequency
virtual void init(bool init_children)
static const std::string & __get_enable_str() noexcept
static const std::string & s_class_name
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...
void set_frequency(uint64_t value)
Set "frequency" attribute value.
bool get_enable() const
Get "enable" attribute value.
virtual ~CTBPulser() noexcept
friend class conffwk::DalFactory
void set_enable(bool value)
Set "enable" attribute value.
static const std::string & __get_frequency_str() noexcept
friend class conffwk::DalObject
uint64_t get_frequency() const
Get "frequency" attribute value.
static const std::string s_enable
CTBPulser(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) 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< constCTBPulser * >::const_iterator CTBPulserIterator