3#ifndef _SNBBookkeeperConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _SNBBookkeeperConf_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;
107 std::lock_guard scoped_lock(
m_mutex);
122 std::lock_guard scoped_lock(
m_mutex);
138 std::lock_guard scoped_lock(
m_mutex);
153 std::lock_guard scoped_lock(
m_mutex);
169 std::lock_guard scoped_lock(
m_mutex);
184 std::lock_guard scoped_lock(
m_mutex);
200 std::lock_guard scoped_lock(
m_mutex);
215 std::lock_guard scoped_lock(
m_mutex);
231 std::lock_guard scoped_lock(
m_mutex);
246 std::lock_guard scoped_lock(
m_mutex);
262 std::lock_guard scoped_lock(
m_mutex);
277 std::lock_guard scoped_lock(
m_mutex);
290 return obj.print_object(s);
static const std::string s_bookkeeper_log_path
uint16_t get_timeout_send() const
Get "timeout_send" attribute value.
void set_refresh_rate(uint8_t value)
Set "refresh_rate" attribute value.
std::string m_bookkeeper_ip
uint16_t m_timeout_receive
static const std::string & __get_connection_prefix_str() noexcept
const std::string & get_bookkeeper_ip() const
Get "bookkeeper_ip" attribute value.
std::string m_bookkeeper_log_path
static const std::string & s_class_name
static const std::string s_timeout_send
static const std::string & __get_timeout_send_str() noexcept
static const std::string s_bookkeeper_ip
uint8_t get_refresh_rate() const
Get "refresh_rate" attribute value.
static const std::string & __get_refresh_rate_str() noexcept
static const std::string s_connection_prefix
const std::string & get_connection_prefix() const
Get "connection_prefix" attribute value.
static const std::string & __get_bookkeeper_log_path_str() noexcept
friend class conffwk::DalFactory
std::string m_connection_prefix
static const std::string s_timeout_receive
const std::string & get_bookkeeper_log_path() const
Get "bookkeeper_log_path" 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...
uint16_t get_timeout_receive() const
Get "timeout_receive" attribute value.
static const std::string & __get_bookkeeper_ip_str() noexcept
friend class conffwk::DalObject
static const std::string & __get_timeout_receive_str() noexcept
void set_connection_prefix(const std::string &value)
Set "connection_prefix" attribute value.
void set_timeout_receive(uint16_t value)
Set "timeout_receive" attribute value.
void set_bookkeeper_ip(const std::string &value)
Set "bookkeeper_ip" attribute value.
virtual void init(bool init_children)
SNBBookkeeperConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
void set_timeout_send(uint16_t value)
Set "timeout_send" attribute value.
void set_bookkeeper_log_path(const std::string &value)
Set "bookkeeper_log_path" attribute value.
static const std::string s_refresh_rate
virtual ~SNBBookkeeperConf() noexcept
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< constSNBBookkeeperConf * >::const_iterator SNBBookkeeperConfIterator