3#ifndef _OpMonConf_0_dunedaq__confmodel_0_confmodel_H_
4#define _OpMonConf_0_dunedaq__confmodel_0_confmodel_H_
35 virtual
void init(
bool init_children);
53 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
100 std::lock_guard scoped_lock(
m_mutex);
116 std::lock_guard scoped_lock(
m_mutex);
133 std::lock_guard scoped_lock(
m_mutex);
149 std::lock_guard scoped_lock(
m_mutex);
172 return obj.print_object(s);
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...
void set_level(uint32_t value)
Set "level" attribute value. SystemOpMonLevel.
OpMonConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & __get_interval_s_str() noexcept
uint32_t get_level() const
Get "level" attribute value. SystemOpMonLevel.
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...
uint32_t get_interval_s() const
Get "interval_s" attribute value. interval in seconds between the collection of monitoring data in an...
friend class conffwk::DalFactory
static const std::string s_interval_s
std::chrono::seconds get_interval() const
void set_interval_s(uint32_t value)
Set "interval_s" attribute value. interval in seconds between the collection of monitoring data in an...
static const std::string & __get_level_str() noexcept
friend class conffwk::DalObject
virtual void init(bool init_children)
static const std::string s_level
virtual ~OpMonConf() noexcept
std::vector< constOpMonConf * >::const_iterator OpMonConfIterator
std::ostream & operator<<(std::ostream &s, const ActionPlan &obj)