3#ifndef _TRMonRequestorConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _TRMonRequestorConf_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;
99 std::lock_guard scoped_lock(
m_mutex);
115 std::lock_guard scoped_lock(
m_mutex);
132 std::lock_guard scoped_lock(
m_mutex);
148 std::lock_guard scoped_lock(
m_mutex);
164 std::lock_guard scoped_lock(
m_mutex);
179 std::lock_guard scoped_lock(
m_mutex);
190 inline std::ostream&
operator<<(std::ostream& s,
const TRMonRequestorConf&
obj)
192 return obj.print_object(s);
static const std::string & s_class_name
void set_minimum_request_interval_ms(uint32_t value)
Set "minimum_request_interval_ms" attribute value. TRMonRequestor will not request TriggerRecords mor...
uint32_t m_minimum_request_interval_ms
static const std::string & __get_maximum_outstanding_requests_str() noexcept
virtual void init(bool init_children)
TRMonRequestorConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
virtual ~TRMonRequestorConf() noexcept
uint32_t m_maximum_outstanding_requests
static const std::string & __get_trigger_type_mask_str() noexcept
uint32_t get_trigger_type_mask() const
Get "trigger_type_mask" attribute value.
void set_trigger_type_mask(uint32_t value)
Set "trigger_type_mask" attribute value.
friend class conffwk::DalFactory
uint32_t get_minimum_request_interval_ms() const
Get "minimum_request_interval_ms" attribute value. TRMonRequestor will not request TriggerRecords mor...
static const std::string s_minimum_request_interval_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...
void set_maximum_outstanding_requests(uint32_t value)
Set "maximum_outstanding_requests" attribute value. The number of requests that the TRMonRequestor wi...
friend class conffwk::DalObject
static const std::string s_maximum_outstanding_requests
static const std::string s_trigger_type_mask
uint32_t m_trigger_type_mask
uint32_t get_maximum_outstanding_requests() const
Get "maximum_outstanding_requests" attribute value. The number of requests that the TRMonRequestor wi...
static const std::string & __get_minimum_request_interval_ms_str() noexcept
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::vector< constTRMonRequestorConf * >::const_iterator TRMonRequestorConfIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)