3#ifndef _SSPRegister_0_dunedaq__appmodel_0_appmodel_H_
4#define _SSPRegister_0_dunedaq__appmodel_0_appmodel_H_
31 virtual
void init(
bool init_children);
49 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
81 inline static const
std::
string s_name = "name";
83 inline static const
std::
string s_value = "value";
84 inline static const
std::
string s_mask = "mask";
101 std::lock_guard scoped_lock(
m_mutex);
116 std::lock_guard scoped_lock(
m_mutex);
132 std::lock_guard scoped_lock(
m_mutex);
147 std::lock_guard scoped_lock(
m_mutex);
163 std::lock_guard scoped_lock(
m_mutex);
178 std::lock_guard scoped_lock(
m_mutex);
194 std::lock_guard scoped_lock(
m_mutex);
209 std::lock_guard scoped_lock(
m_mutex);
220 inline std::ostream&
operator<<(std::ostream& s,
const SSPRegister& obj)
222 return obj.print_object(s);
static const std::string s_mask
virtual void init(bool init_children)
uint32_t get_mask() const
Get "mask" attribute value.
virtual ~SSPRegister() noexcept
void set_value(uint32_t value)
Set "value" attribute value.
static const std::string & s_class_name
const std::string & get_name() const
Get "name" attribute value.
static const std::string & __get_name_str() noexcept
uint32_t get_value() const
Get "value" attribute value.
SSPRegister(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
friend class conffwk::DalFactory
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...
static const std::string s_name
void set_name(const std::string &value)
Set "name" attribute value.
static const std::string & __get_value_str() noexcept
friend class conffwk::DalObject
static const std::string & __get_address_str() noexcept
static const std::string & __get_mask_str() noexcept
static const std::string s_value
void set_mask(uint32_t value)
Set "mask" attribute value.
uint32_t get_address() const
Get "address" attribute value.
void set_address(uint32_t value)
Set "address" attribute value.
static const std::string s_address
void set_by_val(const std::string &name, T value)
Set attribute value.
void set_by_ref(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...
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constSSPRegister * >::const_iterator SSPRegisterIterator