3#ifndef _SocketDataWriterConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _SocketDataWriterConf_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;
93 std::lock_guard scoped_lock(
m_mutex);
109 std::lock_guard scoped_lock(
m_mutex);
120 inline std::ostream&
operator<<(std::ostream& s,
const SocketDataWriterConf& obj)
122 return obj.print_object(s);
std::string m_template_for
const std::string & get_template_for() const
Get "template_for" attribute value. OKS class of the SocketDataWriterModule that this config is a tem...
friend class conffwk::DalFactory
virtual void init(bool init_children)
static const std::string & __get_template_for_str() noexcept
SocketDataWriterConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
virtual ~SocketDataWriterConf() noexcept
friend class conffwk::DalObject
void set_template_for(const std::string &value)
Set "template_for" attribute value. OKS class of the SocketDataWriterModule that this config is a tem...
static const std::string & s_class_name
static const std::string s_template_for
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...
void set_class(const std::string &name, const std::string &value)
Set attribute class 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::vector< constSocketDataWriterConf * >::const_iterator SocketDataWriterConfIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)