3#ifndef _FelixDataSender_0_dunedaq__appmodel_0_appmodel_H_
4#define _FelixDataSender_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;
97 inline static const std::string
Full =
"full";
98 inline static const std::string
Half =
"half";
110 std::lock_guard scoped_lock(
m_mutex);
125 std::lock_guard scoped_lock(
m_mutex);
142 std::lock_guard scoped_lock(
m_mutex);
158 std::lock_guard scoped_lock(
m_mutex);
174 std::lock_guard scoped_lock(
m_mutex);
189 std::lock_guard scoped_lock(
m_mutex);
202 return obj.print_object(s);
FelixDataSender(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
virtual ~FelixDataSender() noexcept
const std::string & get_protocol() const
Get "protocol" attribute value.
static const std::string s_link
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_class_name
void set_protocol(const std::string &value)
Set "protocol" attribute value.
virtual void init(bool init_children)
friend class conffwk::DalFactory
static const std::string & __get_control_host_str() noexcept
const std::string & get_control_host() const
Get "control_host" attribute value.
static const std::string & __get_protocol_str() noexcept
friend class conffwk::DalObject
static const std::string & __get_link_str() noexcept
void set_control_host(const std::string &value)
Set "control_host" attribute value.
void set_link(uint8_t value)
Set "link" attribute value. Link within SLR.
uint8_t get_link() const
Get "link" attribute value. Link within SLR.
static const std::string s_protocol
static const std::string s_control_host
std::string m_control_host
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.
void set_enum(const std::string &name, const std::string &value)
Set attribute enumeration 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< constFelixDataSender * >::const_iterator FelixDataSenderIterator
static const std::string Full
static const std::string Half