3#ifndef _SocketDataSender_0_dunedaq__appmodel_0_appmodel_H_
4#define _SocketDataSender_0_dunedaq__appmodel_0_appmodel_H_
34 virtual
void init(
bool init_children);
52 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
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);
191 return obj.print_object(s);
static const std::string & __get_port_str() noexcept
static const std::string s_link_id
virtual void init(bool init_children)
void set_link_id(uint32_t value)
Set "link_id" attribute value.
SocketDataSender(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string s_port
const std::string & get_control_host() const
Get "control_host" attribute value.
friend class conffwk::DalFactory
void set_control_host(const std::string &value)
Set "control_host" attribute value.
static const std::string s_control_host
uint32_t get_port() const
Get "port" attribute value.
static const std::string & __get_link_id_str() noexcept
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...
friend class conffwk::DalObject
uint32_t get_link_id() const
Get "link_id" attribute value.
std::string m_control_host
static const std::string & __get_control_host_str() noexcept
void set_port(uint32_t value)
Set "port" attribute value.
virtual ~SocketDataSender() noexcept
static const std::string & s_class_name
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< constSocketDataSender * >::const_iterator SocketDataSenderIterator