3#ifndef _CIBTrigger_0_dunedaq__appmodel_0_appmodel_H_
4#define _CIBTrigger_0_dunedaq__appmodel_0_appmodel_H_
35 virtual
void init(
bool init_children);
53 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);
164 std::lock_guard scoped_lock(
m_mutex);
179 std::lock_guard scoped_lock(
m_mutex);
192 return obj.print_object(s);
static const std::string & s_class_name
virtual void init(bool init_children)
const std::string & get_description() const
Get "description" attribute value.
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...
std::string m_description
CIBTrigger(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
void set_trigger_id(const std::string &value)
Set "trigger_id" attribute value.
static const std::string & __get_trigger_bit_str() noexcept
static const std::string s_trigger_bit
friend class conffwk::DalFactory
std::string m_trigger_bit
static const std::string & __get_trigger_id_str() noexcept
const std::string & get_trigger_bit() const
Get "trigger_bit" attribute value.
static const std::string & __get_description_str() noexcept
friend class conffwk::DalObject
virtual ~CIBTrigger() noexcept
const std::string & get_trigger_id() const
Get "trigger_id" attribute value.
static const std::string s_description
static const std::string s_trigger_id
void set_trigger_bit(const std::string &value)
Set "trigger_bit" attribute value.
void set_description(const std::string &value)
Set "description" attribute value.
void set_by_ref(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::vector< constCIBTrigger * >::const_iterator CIBTriggerIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)