3#ifndef _DataMoveCallbackDescriptor_0_dunedaq__appmodel_0_appmodel_H_
4#define _DataMoveCallbackDescriptor_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;
96 std::lock_guard scoped_lock(
m_mutex);
112 std::lock_guard scoped_lock(
m_mutex);
129 std::lock_guard scoped_lock(
m_mutex);
145 std::lock_guard scoped_lock(
m_mutex);
156 inline std::ostream&
operator<<(std::ostream& s,
const DataMoveCallbackDescriptor&
obj)
158 return obj.print_object(s);
void set_uid_base(const std::string &value)
Set "uid_base" attribute value. Base for callback UID string. May be combined with a source id.
static const std::string s_uid_base
virtual ~DataMoveCallbackDescriptor() 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...
const std::string & get_uid_base() const
Get "uid_base" attribute value. Base for callback UID string. May be combined with a source id.
static const std::string s_data_type
friend class conffwk::DalFactory
static const std::string & s_class_name
const std::string & get_data_type() const
Get "data_type" attribute value. string identifying type of data passed as a callback parameter.
void set_data_type(const std::string &value)
Set "data_type" attribute value. string identifying type of data passed as a callback parameter.
static const std::string & __get_uid_base_str() noexcept
friend class conffwk::DalObject
static const std::string & __get_data_type_str() noexcept
virtual void init(bool init_children)
DataMoveCallbackDescriptor(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) 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::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constDataMoveCallbackDescriptor * >::const_iterator DataMoveCallbackDescriptorIterator