3#ifndef _SNBTransferConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _SNBTransferConf_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;
104 std::lock_guard scoped_lock(
m_mutex);
119 std::lock_guard scoped_lock(
m_mutex);
135 std::lock_guard scoped_lock(
m_mutex);
150 std::lock_guard scoped_lock(
m_mutex);
166 std::lock_guard scoped_lock(
m_mutex);
181 std::lock_guard scoped_lock(
m_mutex);
197 std::lock_guard scoped_lock(
m_mutex);
212 std::lock_guard scoped_lock(
m_mutex);
228 std::lock_guard scoped_lock(
m_mutex);
243 std::lock_guard scoped_lock(
m_mutex);
256 return obj.print_object(s);
static const std::string & __get_timeout_receive_str() noexcept
static const std::string s_timeout_receive
static const std::string & __get_timeout_send_str() noexcept
static const std::string & s_class_name
static const std::string s_work_dir
virtual void init(bool init_children)
uint16_t m_timeout_receive
static const std::string s_timeout_send
static const std::string s_connection_prefix
const std::string & get_client_ip() const
Get "client_ip" attribute value.
void set_timeout_receive(uint16_t value)
Set "timeout_receive" attribute value.
void set_timeout_send(uint16_t value)
Set "timeout_send" attribute value.
static const std::string s_client_ip
friend class conffwk::DalFactory
uint16_t get_timeout_receive() const
Get "timeout_receive" attribute value.
void set_work_dir(const std::string &value)
Set "work_dir" attribute value.
virtual ~SNBTransferConf() noexcept
void set_connection_prefix(const std::string &value)
Set "connection_prefix" attribute value.
const std::string & get_connection_prefix() const
Get "connection_prefix" attribute value.
void set_client_ip(const std::string &value)
Set "client_ip" attribute value.
friend class conffwk::DalObject
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 std::string & get_work_dir() const
Get "work_dir" attribute value.
std::string m_connection_prefix
static const std::string & __get_client_ip_str() noexcept
SNBTransferConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & __get_work_dir_str() noexcept
uint16_t get_timeout_send() const
Get "timeout_send" attribute value.
static const std::string & __get_connection_prefix_str() 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< constSNBTransferConf * >::const_iterator SNBTransferConfIterator