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;
107 std::lock_guard scoped_lock(
m_mutex);
122 std::lock_guard scoped_lock(
m_mutex);
138 std::lock_guard scoped_lock(
m_mutex);
153 std::lock_guard scoped_lock(
m_mutex);
169 std::lock_guard scoped_lock(
m_mutex);
184 std::lock_guard scoped_lock(
m_mutex);
200 std::lock_guard scoped_lock(
m_mutex);
215 std::lock_guard scoped_lock(
m_mutex);
231 std::lock_guard scoped_lock(
m_mutex);
246 std::lock_guard scoped_lock(
m_mutex);
262 std::lock_guard scoped_lock(
m_mutex);
277 std::lock_guard scoped_lock(
m_mutex);
288 inline std::ostream&
operator<<(std::ostream& s,
const TRBConf&
obj)
290 return obj.print_object(s);
virtual ~TRBConf() noexcept
uint32_t m_maximum_open_trigger_records
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.
uint32_t get_maximum_open_trigger_records() const
Get "maximum_open_trigger_records" attribute value.
static const std::string s_maximum_open_trigger_records
static const std::string & s_class_name
static const std::string & __get_request_queue_timeout_str() noexcept
static const std::string s_request_queue_timeout
uint32_t m_tr_queue_timeout
uint32_t m_trigger_record_timeout_ms
virtual void init(bool init_children)
static const std::string s_trigger_record_timeout_ms
static const std::string & __get_source_id_str() noexcept
static const std::string & __get_max_sequence_length_ticks_str() noexcept
friend class conffwk::DalFactory
uint32_t get_request_queue_timeout() const
Get "request_queue_timeout" attribute value.
uint32_t get_trigger_record_timeout_ms() const
Get "trigger_record_timeout_ms" attribute value.
void set_tr_queue_timeout(uint32_t value)
Set "tr_queue_timeout" attribute value.
static const std::string & __get_maximum_open_trigger_records_str() noexcept
static const std::string s_max_sequence_length_ticks
int64_t get_max_sequence_length_ticks() const
Get "max_sequence_length_ticks" attribute value.
void set_max_sequence_length_ticks(int64_t value)
Set "max_sequence_length_ticks" attribute value.
static const std::string & __get_trigger_record_timeout_ms_str() noexcept
static const std::string s_source_id
TRBConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
uint32_t get_source_id() const
Get "source_id" attribute value.
friend class conffwk::DalObject
uint32_t m_request_queue_timeout
static const std::string s_tr_queue_timeout
void set_maximum_open_trigger_records(uint32_t value)
Set "maximum_open_trigger_records" attribute value.
static const std::string & __get_tr_queue_timeout_str() noexcept
uint32_t get_tr_queue_timeout() const
Get "tr_queue_timeout" attribute value.
void set_request_queue_timeout(uint32_t value)
Set "request_queue_timeout" attribute value.
int64_t m_max_sequence_length_ticks
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