3#ifndef _OpMonURI_0_dunedaq__confmodel_0_confmodel_H_
4#define _OpMonURI_0_dunedaq__confmodel_0_confmodel_H_
31 virtual
void init(
bool init_children);
49 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
96 std::lock_guard scoped_lock(
m_mutex);
112 std::lock_guard scoped_lock(
m_mutex);
124 inline static const std::string
Stdout =
"stdout";
125 inline static const std::string
File =
"file";
126 inline static const std::string
Stream =
"stream";
139 std::lock_guard scoped_lock(
m_mutex);
155 std::lock_guard scoped_lock(
m_mutex);
171 std::string
get_URI(
const std::string & app )
const;
178 return obj.print_object(s);
void set_by_ref(const std::string &name, T &value)
Set attribute value.
void set_enum(const std::string &name, const std::string &value)
Set attribute enumeration 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...
static const std::string & __get_type_str() noexcept
void set_path(const std::string &value)
Set "path" attribute value. property used to generate the final URI.
std::string get_URI(const std::string &app) const
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...
virtual ~OpMonURI() noexcept
void set_type(const std::string &value)
Set "type" attribute value. type of the OpMonFacility.
const std::string & get_type() const
Get "type" attribute value. type of the OpMonFacility.
friend class conffwk::DalFactory
static const std::string & __get_path_str() noexcept
static const std::string s_path
OpMonURI(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & s_class_name
friend class conffwk::DalObject
virtual void init(bool init_children)
const std::string & get_path() const
Get "path" attribute value. property used to generate the final URI.
static const std::string s_type
std::vector< constOpMonURI * >::const_iterator OpMonURIIterator
std::ostream & operator<<(std::ostream &s, const ActionPlan &obj)
static const std::string Stream
static const std::string Stdout
static const std::string File