3#ifndef _TPReplayModuleConf_0_dunedaq__appmodel_0_appmodel_H_
4#define _TPReplayModuleConf_0_dunedaq__appmodel_0_appmodel_H_
40 virtual
void init(
bool init_children);
58 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
117 std::lock_guard scoped_lock(
m_mutex);
132 std::lock_guard scoped_lock(
m_mutex);
148 std::lock_guard scoped_lock(
m_mutex);
163 std::lock_guard scoped_lock(
m_mutex);
179 std::lock_guard scoped_lock(
m_mutex);
194 std::lock_guard scoped_lock(
m_mutex);
210 std::lock_guard scoped_lock(
m_mutex);
225 std::lock_guard scoped_lock(
m_mutex);
241 std::lock_guard scoped_lock(
m_mutex);
256 std::lock_guard scoped_lock(
m_mutex);
269 const std::vector<uint32_t>&
272 std::lock_guard scoped_lock(
m_mutex);
287 std::lock_guard scoped_lock(
m_mutex);
307 const std::vector<const dunedaq::appmodel::TPStreamConf*>&
310 std::lock_guard scoped_lock(
m_mutex);
315 std::ostringstream text;
316 text <<
"relationship \"" <<
s_tp_streams <<
"\" of object " <<
this <<
" is empty";
330 set_tp_streams(
const std::vector<const dunedaq::appmodel::TPStreamConf*>& value);
338 return obj.print_object(s);
void set_template_for(const std::string &value)
Set "template_for" attribute value.
static const std::string s_number_of_loops
static const std::string & __get_template_for_str() noexcept
std::vector< const dunedaq::appmodel::TPStreamConf * > m_tp_streams
static const std::string s_filter_out_plane
static const std::string & __get_number_of_loops_str() noexcept
const std::string & get_channel_map() const
Get "channel_map" attribute value.
void set_channel_map(const std::string &value)
Set "channel_map" attribute value.
static const std::string & __get_maximum_wait_time_us_str() noexcept
static const std::string & __get_total_planes_str() noexcept
static const std::string & s_class_name
std::string m_template_for
static const std::string & __get_filter_out_plane_str() noexcept
virtual ~TPReplayModuleConf() noexcept
void set_total_planes(uint32_t value)
Set "total_planes" attribute value.
const std::vector< uint32_t > & get_filter_out_plane() const
Get "filter_out_plane" attribute value.
uint32_t get_total_planes() const
Get "total_planes" attribute value.
friend class conffwk::DalFactory
int32_t m_number_of_loops
uint32_t get_maximum_wait_time_us() const
Get "maximum_wait_time_us" attribute value.
virtual void init(bool init_children)
const std::string & get_template_for() const
Get "template_for" attribute value.
TPReplayModuleConf(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & __get_channel_map_str() noexcept
friend class conffwk::DalObject
static const std::string s_maximum_wait_time_us
void set_tp_streams(const std::vector< const dunedaq::appmodel::TPStreamConf * > &value)
Set "tp_streams" relationship value.
const std::vector< const dunedaq::appmodel::TPStreamConf * > & get_tp_streams() const
Get "tp_streams" relationship value.
void set_maximum_wait_time_us(uint32_t value)
Set "maximum_wait_time_us" attribute value.
static const std::string s_template_for
int32_t get_number_of_loops() const
Get "number_of_loops" attribute value.
void set_number_of_loops(int32_t value)
Set "number_of_loops" attribute value.
void set_filter_out_plane(const std::vector< uint32_t > &value)
Set "filter_out_plane" attribute value.
static const std::string s_tp_streams
std::string m_channel_map
uint32_t m_maximum_wait_time_us
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 & __get_tp_streams_str() noexcept
std::vector< uint32_t > m_filter_out_plane
static const std::string s_channel_map
static const std::string s_total_planes
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_by_ref(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...
Generic configuration exception.
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constTPReplayModuleConf * >::const_iterator TPReplayModuleConfIterator