3#ifndef _DFOConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _DFOConf_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;
104 std::lock_guard scoped_lock(
m_mutex);
119 std::lock_guard scoped_lock(
m_mutex);
135 std::lock_guard scoped_lock(
m_mutex);
150 std::lock_guard scoped_lock(
m_mutex);
166 std::lock_guard scoped_lock(
m_mutex);
181 std::lock_guard scoped_lock(
m_mutex);
197 std::lock_guard scoped_lock(
m_mutex);
212 std::lock_guard scoped_lock(
m_mutex);
228 std::lock_guard scoped_lock(
m_mutex);
243 std::lock_guard scoped_lock(
m_mutex);
256 return obj.print_object(s);
uint32_t m_stop_timeout_ms
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_stop_timeout_ms
virtual void init(bool init_children)
void set_general_queue_timeout_ms(uint32_t value)
Set "general_queue_timeout_ms" attribute value.
void set_free_threshold(int32_t value)
Set "free_threshold" attribute value.
void set_busy_threshold(int32_t value)
Set "busy_threshold" attribute value.
uint32_t m_general_queue_timeout_ms
static const std::string & s_class_name
int32_t get_td_send_retries() const
Get "td_send_retries" attribute value.
DFOConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
uint32_t get_general_queue_timeout_ms() const
Get "general_queue_timeout_ms" attribute value.
static const std::string & __get_free_threshold_str() noexcept
int32_t m_td_send_retries
static const std::string & __get_busy_threshold_str() noexcept
friend class conffwk::DalFactory
uint32_t get_stop_timeout_ms() const
Get "stop_timeout_ms" attribute value.
static const std::string & __get_stop_timeout_ms_str() noexcept
static const std::string s_busy_threshold
void set_td_send_retries(int32_t value)
Set "td_send_retries" attribute value.
void set_stop_timeout_ms(uint32_t value)
Set "stop_timeout_ms" attribute value.
virtual ~DFOConf() noexcept
static const std::string & __get_general_queue_timeout_ms_str() noexcept
friend class conffwk::DalObject
int32_t get_busy_threshold() const
Get "busy_threshold" attribute value.
static const std::string s_td_send_retries
static const std::string & __get_td_send_retries_str() noexcept
int32_t get_free_threshold() const
Get "free_threshold" attribute value.
static const std::string s_general_queue_timeout_ms
static const std::string s_free_threshold
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< constDFOConf * >::const_iterator DFOConfIterator