3#ifndef _DataProcessor_0_dunedaq__appmodel_0_appmodel_H_
4#define _DataProcessor_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;
98 std::lock_guard scoped_lock(
m_mutex);
113 std::lock_guard scoped_lock(
m_mutex);
129 std::lock_guard scoped_lock(
m_mutex);
144 std::lock_guard scoped_lock(
m_mutex);
160 std::lock_guard scoped_lock(
m_mutex);
175 std::lock_guard scoped_lock(
m_mutex);
188 return obj.print_object(s);
uint32_t get_queue_sizes() const
Get "queue_sizes" attribute value.
static const std::string & __get_queue_sizes_str() noexcept
static const std::string s_latency_monitoring
DataProcessor(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
virtual ~DataProcessor() noexcept
void set_latency_monitoring(bool value)
Set "latency_monitoring" attribute value.
static const std::string & __get_thread_names_prefix_str() noexcept
static const std::string & __get_latency_monitoring_str() 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...
friend class conffwk::DalFactory
virtual void init(bool init_children)
static const std::string & s_class_name
static const std::string s_queue_sizes
const std::string & get_thread_names_prefix() const
Get "thread_names_prefix" attribute value.
friend class conffwk::DalObject
void set_queue_sizes(uint32_t value)
Set "queue_sizes" attribute value.
bool get_latency_monitoring() const
Get "latency_monitoring" attribute value.
void set_thread_names_prefix(const std::string &value)
Set "thread_names_prefix" attribute value.
static const std::string s_thread_names_prefix
bool m_latency_monitoring
std::string m_thread_names_prefix
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< constDataProcessor * >::const_iterator DataProcessorIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)