3#ifndef _SNBBookkeeperApplication_0_dunedaq__appmodel_0_appmodel_H_
4#define _SNBBookkeeperApplication_0_dunedaq__appmodel_0_appmodel_H_
24 class SNBBookkeeperConf;
46 virtual
void init(
bool init_children);
64 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
107 std::lock_guard scoped_lock(
m_mutex);
112 std::ostringstream text;
113 text <<
"relationship \"" <<
s_snbbk <<
"\" of object " <<
this <<
" is not set";
145 return obj.print_object(s);
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...
const dunedaq::appmodel::SNBBookkeeperConf * get_snbbk() const
Get "snbbk" relationship value.
static const std::string & __get_snbbk_str() noexcept
friend class conffwk::DalFactory
virtual ~SNBBookkeeperApplication() noexcept
SNBBookkeeperApplication(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string s_snbbk
friend class conffwk::DalObject
void generate_modules(const confmodel::Session *) const override
virtual void init(bool init_children)
const dunedaq::appmodel::SNBBookkeeperConf * m_snbbk
void set_snbbk(const dunedaq::appmodel::SNBBookkeeperConf *value)
Set "snbbk" relationship value.
static const std::string & s_class_name
The base class for any generated DAL object.
std::mutex m_mutex
Used to protect changes of DAL 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...
Generic configuration exception.
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constSNBBookkeeperApplication * >::const_iterator SNBBookkeeperApplicationIterator