3#ifndef _DataMoveCallbackConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _DataMoveCallbackConf_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;
95 std::lock_guard scoped_lock(
m_mutex);
110 std::lock_guard scoped_lock(
m_mutex);
127 std::lock_guard scoped_lock(
m_mutex);
143 std::lock_guard scoped_lock(
m_mutex);
156 return obj.print_object(s);
virtual ~DataMoveCallbackConf() noexcept
void set_data_type(const std::string &value)
Set "data_type" attribute value. Name of the output data type. Should be defined via a call to DUNE_D...
const std::string & get_data_type() const
Get "data_type" attribute value. Name of the output data type. Should be defined via a call to DUNE_D...
void set_source_id(uint32_t value)
Set "source_id" attribute value.
uint32_t get_source_id() const
Get "source_id" attribute value.
virtual void init(bool init_children)
static const std::string & __get_source_id_str() noexcept
DataMoveCallbackConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string s_source_id
friend class conffwk::DalFactory
static const std::string s_data_type
static const std::string & __get_data_type_str() noexcept
friend class conffwk::DalObject
static const std::string & s_class_name
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_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::vector< constDataMoveCallbackConf * >::const_iterator DataMoveCallbackConfIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)