3#ifndef _CTBPDSLLT_0_dunedaq__appmodel_0_appmodel_H_
4#define _CTBPDSLLT_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;
83 inline static const
std::
string s_id = "
id";
107 std::lock_guard scoped_lock(
m_mutex);
122 std::lock_guard scoped_lock(
m_mutex);
138 std::lock_guard scoped_lock(
m_mutex);
153 std::lock_guard scoped_lock(
m_mutex);
169 std::lock_guard scoped_lock(
m_mutex);
184 std::lock_guard scoped_lock(
m_mutex);
200 std::lock_guard scoped_lock(
m_mutex);
215 std::lock_guard scoped_lock(
m_mutex);
231 std::lock_guard scoped_lock(
m_mutex);
246 std::lock_guard scoped_lock(
m_mutex);
262 std::lock_guard scoped_lock(
m_mutex);
277 std::lock_guard scoped_lock(
m_mutex);
290 return obj.print_object(s);
virtual ~CTBPDSLLT() noexcept
std::string m_description
CTBPDSLLT(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & __get_description_str() noexcept
void set_description(const std::string &value)
Set "description" attribute value.
const std::string & get_description() const
Get "description" attribute value.
void set_enable(bool value)
Set "enable" attribute value.
const std::string & get_type() const
Get "type" attribute value.
static const std::string & __get_enable_str() noexcept
static const std::string & __get_id_str() noexcept
const std::string & get_id() const
Get "id" attribute value.
void set_count(const std::string &value)
Set "count" attribute value.
void set_id(const std::string &value)
Set "id" attribute value.
static const std::string s_count
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...
friend class conffwk::DalFactory
static const std::string & __get_count_str() noexcept
const std::string & get_count() const
Get "count" attribute value.
virtual void init(bool init_children)
static const std::string & __get_mask_str() noexcept
static const std::string s_description
bool get_enable() const
Get "enable" attribute value.
static const std::string & s_class_name
static const std::string s_type
void set_type(const std::string &value)
Set "type" attribute value.
friend class conffwk::DalObject
static const std::string s_mask
void set_mask(const std::string &value)
Set "mask" attribute value.
static const std::string s_enable
static const std::string & __get_type_str() noexcept
const std::string & get_mask() const
Get "mask" attribute value.
static const std::string s_id
void set_by_val(const std::string &name, T value)
Set 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::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constCTBPDSLLT * >::const_iterator CTBPDSLLTIterator