3#ifndef _GeoId_0_dunedaq__confmodel_0_confmodel_H_
4#define _GeoId_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;
105 std::lock_guard scoped_lock(
m_mutex);
120 std::lock_guard scoped_lock(
m_mutex);
136 std::lock_guard scoped_lock(
m_mutex);
151 std::lock_guard scoped_lock(
m_mutex);
167 std::lock_guard scoped_lock(
m_mutex);
182 std::lock_guard scoped_lock(
m_mutex);
198 std::lock_guard scoped_lock(
m_mutex);
213 std::lock_guard scoped_lock(
m_mutex);
226 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...
static const std::string & s_class_name
static const std::string & __get_slot_id_str() noexcept
GeoId(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string s_stream_id
void set_detector_id(uint32_t value)
Set "detector_id" attribute value.
uint32_t get_stream_id() const
Get "stream_id" attribute value.
static const std::string & __get_stream_id_str() noexcept
virtual void init(bool init_children)
static const std::string s_slot_id
friend class conffwk::DalFactory
static const std::string & __get_crate_id_str() noexcept
void set_stream_id(uint32_t value)
Set "stream_id" attribute value.
static const std::string s_detector_id
uint32_t get_slot_id() const
Get "slot_id" attribute value.
friend class conffwk::DalObject
void set_crate_id(uint32_t value)
Set "crate_id" attribute value.
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 ~GeoId() noexcept
void set_slot_id(uint32_t value)
Set "slot_id" attribute value.
uint32_t get_detector_id() const
Get "detector_id" attribute value.
uint32_t get_crate_id() const
Get "crate_id" attribute value.
static const std::string & __get_detector_id_str() noexcept
static const std::string s_crate_id
std::vector< constGeoId * >::const_iterator GeoIdIterator
std::ostream & operator<<(std::ostream &s, const ActionPlan &obj)