3#ifndef _StandaloneTCMakerConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _StandaloneTCMakerConf_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);
124 struct Timestamp_method {
125 inline static const std::string
KTimeSync =
"kTimeSync";
139 std::lock_guard scoped_lock(
m_mutex);
155 std::lock_guard scoped_lock(
m_mutex);
172 std::lock_guard scoped_lock(
m_mutex);
188 std::lock_guard scoped_lock(
m_mutex);
201 return obj.print_object(s);
const std::string & get_template_for() const
Get "template_for" attribute value.
std::string m_timestamp_method
static const std::string & __get_latency_monitoring_str() noexcept
static const std::string s_template_for
void set_timestamp_method(const std::string &value)
Set "timestamp_method" attribute value. Option to pick source for timing (system / timesync)
static const std::string & __get_timestamp_method_str() noexcept
virtual void init(bool init_children)
void set_latency_monitoring(bool value)
Set "latency_monitoring" attribute value. Should we monitor latency in Grafana?
bool m_latency_monitoring
std::string m_template_for
friend class conffwk::DalFactory
bool get_latency_monitoring() const
Get "latency_monitoring" attribute value. Should we monitor latency in Grafana?
virtual ~StandaloneTCMakerConf() noexcept
StandaloneTCMakerConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & s_class_name
friend class conffwk::DalObject
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...
static const std::string s_latency_monitoring
const std::string & get_timestamp_method() const
Get "timestamp_method" attribute value. Option to pick source for timing (system / timesync)
void set_template_for(const std::string &value)
Set "template_for" attribute value.
static const std::string & __get_template_for_str() noexcept
static const std::string s_timestamp_method
void set_by_val(const std::string &name, T value)
Set attribute value.
void set_class(const std::string &name, const std::string &value)
Set attribute class value.
void set_enum(const std::string &name, const std::string &value)
Set attribute enumeration 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< constStandaloneTCMakerConf * >::const_iterator StandaloneTCMakerConfIterator
static const std::string KSystemClock
static const std::string KTimeSync