3#ifndef _TRBConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _TRBConf_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;
101 std::lock_guard scoped_lock(
m_mutex);
116 std::lock_guard scoped_lock(
m_mutex);
132 std::lock_guard scoped_lock(
m_mutex);
147 std::lock_guard scoped_lock(
m_mutex);
163 std::lock_guard scoped_lock(
m_mutex);
178 std::lock_guard scoped_lock(
m_mutex);
194 std::lock_guard scoped_lock(
m_mutex);
209 std::lock_guard scoped_lock(
m_mutex);
222 return obj.print_object(s);
int64_t get_max_time_window() const
Get "max_time_window" attribute value.
void set_trigger_record_timeout_ms(uint32_t value)
Set "trigger_record_timeout_ms" attribute value.
void set_source_id(uint32_t value)
Set "source_id" attribute value.
static const std::string s_max_time_window
virtual ~TRBConf() noexcept
static const std::string & s_class_name
static const std::string s_queues_timeout
uint32_t m_trigger_record_timeout_ms
void set_queues_timeout(uint32_t value)
Set "queues_timeout" attribute value.
static const std::string & __get_max_time_window_str() noexcept
virtual void init(bool init_children)
static const std::string s_trigger_record_timeout_ms
static const std::string & __get_source_id_str() noexcept
friend class conffwk::DalFactory
uint32_t get_trigger_record_timeout_ms() const
Get "trigger_record_timeout_ms" attribute value.
void set_max_time_window(int64_t value)
Set "max_time_window" attribute value.
static const std::string & __get_trigger_record_timeout_ms_str() noexcept
static const std::string s_source_id
uint32_t m_queues_timeout
static const std::string & __get_queues_timeout_str() noexcept
TRBConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
uint32_t get_source_id() const
Get "source_id" attribute value.
friend class conffwk::DalObject
int64_t m_max_time_window
uint32_t get_queues_timeout() const
Get "queues_timeout" attribute value.
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.
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< constTRBConf * >::const_iterator TRBConfIterator