3#ifndef _DaqModulesGroupByType_0_dunedaq__confmodel_0_confmodel_H_
4#define _DaqModulesGroupByType_0_dunedaq__confmodel_0_confmodel_H_
34 virtual
void init(
bool init_children);
52 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
92 const std::vector<std::string>&
95 std::lock_guard scoped_lock(
m_mutex);
110 std::lock_guard scoped_lock(
m_mutex);
123 return obj.print_object(s);
void set_class(const std::string &name, const std::string &value)
Set attribute class 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...
virtual void init(bool init_children)
DaqModulesGroupByType(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
const std::vector< std::string > & get_modules() const
Get "modules" attribute value.
std::vector< std::string > m_modules
static const std::string & __get_modules_str() noexcept
virtual ~DaqModulesGroupByType() noexcept
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
void set_modules(const std::vector< std::string > &value)
Set "modules" attribute value.
friend class conffwk::DalObject
static const std::string & s_class_name
static const std::string s_modules
std::vector< constDaqModulesGroupByType * >::const_iterator DaqModulesGroupByTypeIterator
std::ostream & operator<<(std::ostream &s, const ActionPlan &obj)