3#ifndef _ProcessingStep_0_dunedaq__appmodel_0_appmodel_H_
4#define _ProcessingStep_0_dunedaq__appmodel_0_appmodel_H_
38 virtual
void init(
bool init_children);
56 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
103 std::lock_guard scoped_lock(
m_mutex);
119 std::lock_guard scoped_lock(
m_mutex);
136 std::lock_guard scoped_lock(
m_mutex);
152 std::lock_guard scoped_lock(
m_mutex);
163 inline std::ostream&
operator<<(std::ostream& s,
const ProcessingStep&
obj)
165 return obj.print_object(s);
static const std::string s_metric_collect_toggle_state
void set_metric_collect_time_sample_period(uint64_t value)
Set "metric_collect_time_sample_period" attribute value. If metric_collect_toggle_state is true,...
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...
uint64_t get_metric_collect_time_sample_period() const
Get "metric_collect_time_sample_period" attribute value. If metric_collect_toggle_state is true,...
ProcessingStep(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
friend class conffwk::DalFactory
bool get_metric_collect_toggle_state() const
Get "metric_collect_toggle_state" attribute value. Whether metric storaging function is enabled.
void set_metric_collect_toggle_state(bool value)
Set "metric_collect_toggle_state" attribute value. Whether metric storaging function is enabled.
friend class conffwk::DalObject
static const std::string & __get_metric_collect_toggle_state_str() noexcept
virtual ~ProcessingStep() noexcept
static const std::string s_metric_collect_time_sample_period
static const std::string & __get_metric_collect_time_sample_period_str() noexcept
virtual void init(bool init_children)
uint64_t m_metric_collect_time_sample_period
static const std::string & s_class_name
bool m_metric_collect_toggle_state
void set_by_val(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< constProcessingStep * >::const_iterator ProcessingStepIterator