3#ifndef _DPDKReaderConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _DPDKReaderConf_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;
95 std::lock_guard scoped_lock(
m_mutex);
110 std::lock_guard scoped_lock(
m_mutex);
123 return obj.print_object(s);
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...
DPDKReaderConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & s_class_name
virtual ~DPDKReaderConf() noexcept
static const std::string s_eal_args
friend class conffwk::DalFactory
friend class conffwk::DalObject
void set_eal_args(const std::string &value)
Set "eal_args" attribute value.
const std::string & get_eal_args() const
Get "eal_args" attribute value.
virtual void init(bool init_children)
static const std::string & __get_eal_args_str() noexcept
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::vector< constDPDKReaderConf * >::const_iterator DPDKReaderConfIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)