DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::appmodel::TPReplayModuleConf Class Reference

#include <TPReplayModuleConf.hpp>

Inheritance diagram for dunedaq::appmodel::TPReplayModuleConf:
[legend]
Collaboration diagram for dunedaq::appmodel::TPReplayModuleConf:
[legend]

Public Member Functions

virtual void print (unsigned int offset, bool print_header, std::ostream &s) const
 Print details of the TPReplayModuleConf object.
 
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 pointers.
 
const std::string & get_template_for () const
 Get "template_for" attribute value.
 
void set_template_for (const std::string &value)
 Set "template_for" attribute value.
 
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.
 
uint32_t get_maximum_wait_time_us () const
 Get "maximum_wait_time_us" attribute value.
 
void set_maximum_wait_time_us (uint32_t value)
 Set "maximum_wait_time_us" attribute value.
 
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.
 
uint32_t get_total_planes () const
 Get "total_planes" attribute value.
 
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.
 
void set_filter_out_plane (const std::vector< uint32_t > &value)
 Set "filter_out_plane" attribute value.
 
const std::vector< const dunedaq::appmodel::TPStreamConf * > & get_tp_streams () const
 Get "tp_streams" relationship value.
 
void set_tp_streams (const std::vector< const dunedaq::appmodel::TPStreamConf * > &value)
 Set "tp_streams" relationship value.
 
virtual void print (unsigned int offset, bool print_header, std::ostream &s) const
 Print details of the TPReplayModuleConf object.
 
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 pointers.
 
const std::string & get_template_for () const
 Get "template_for" attribute value.
 
void set_template_for (const std::string &value)
 Set "template_for" attribute value.
 
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.
 
uint32_t get_maximum_wait_time_us () const
 Get "maximum_wait_time_us" attribute value.
 
void set_maximum_wait_time_us (uint32_t value)
 Set "maximum_wait_time_us" attribute value.
 
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.
 
uint32_t get_total_planes () const
 Get "total_planes" attribute value.
 
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.
 
void set_filter_out_plane (const std::vector< uint32_t > &value)
 Set "filter_out_plane" attribute value.
 
const std::vector< const dunedaq::appmodel::TPStreamConf * > & get_tp_streams () const
 Get "tp_streams" relationship value.
 
void set_tp_streams (const std::vector< const dunedaq::appmodel::TPStreamConf * > &value)
 Set "tp_streams" relationship value.
 
- Public Member Functions inherited from dunedaq::conffwk::DalObject
const std::string & UID () const noexcept
 
const std::string & class_name () const noexcept
 
bool castable (const std::string &target) const noexcept
 
bool castable (const std::string *target) const noexcept
 
template<class TARGET >
const TARGET * cast () const noexcept
 Casts object to different class.
 
std::string full_name () const noexcept
 
const ConfigObjectconfig_object () const
 
DalRegistryregistry () const noexcept
 
Configurationconfiguration () const noexcept
 
void unread ()
 
void set (const ConfigObject &o) noexcept
 
void move (const std::string &at)
 
void rename (const std::string &new_id)
 
void p_hdr (std::ostream &s, unsigned int indent, const std::string &cl, const char *nm=nullptr) const
 print object headers
 
std::ostream & print_object (std::ostream &s) const
 print object details
 
void throw_init_ex (dunedaq::conffwk::Exception &ex)
 throw object initialisation exception (i.e.
 

Static Public Member Functions

static const std::string & __get_template_for_str () noexcept
 
static const std::string & __get_number_of_loops_str () noexcept
 
static const std::string & __get_maximum_wait_time_us_str () noexcept
 
static const std::string & __get_channel_map_str () noexcept
 
static const std::string & __get_total_planes_str () noexcept
 
static const std::string & __get_filter_out_plane_str () noexcept
 
static const std::string & __get_tp_streams_str () noexcept
 
static const std::string & __get_template_for_str () noexcept
 
static const std::string & __get_number_of_loops_str () noexcept
 
static const std::string & __get_maximum_wait_time_us_str () noexcept
 
static const std::string & __get_channel_map_str () noexcept
 
static const std::string & __get_total_planes_str () noexcept
 
static const std::string & __get_filter_out_plane_str () noexcept
 
static const std::string & __get_tp_streams_str () noexcept
 
- Static Public Member Functions inherited from dunedaq::conffwk::DalObject
static void p_null (std::ostream &s)
 print "(null)"
 
static void p_rm (std::ostream &s)
 print "(deleted object)"
 
static void p_error (std::ostream &s, dunedaq::conffwk::Exception &ex)
 print error text
 
static void throw_get_ex (const std::string &what, const std::string &class_name, const DalObject *obj)
 throw exception in generated get method (i.e.
 
static bool is_null (const DalObject *ref) noexcept
 check a pointer on DAL object is null
 

Static Public Attributes

static const std::string & s_class_name
 
static const std::string s_template_for = "template_for"
 
static const std::string s_number_of_loops = "number_of_loops"
 
static const std::string s_maximum_wait_time_us = "maximum_wait_time_us"
 
static const std::string s_channel_map = "channel_map"
 
static const std::string s_total_planes = "total_planes"
 
static const std::string s_filter_out_plane = "filter_out_plane"
 
static const std::string s_tp_streams = "tp_streams"
 

Protected Member Functions

 TPReplayModuleConf (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~TPReplayModuleConf () noexcept
 
virtual void init (bool init_children)
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
 TPReplayModuleConf (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
 
virtual ~TPReplayModuleConf () noexcept
 
virtual void init (bool init_children)
 
bool get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const
 
- Protected Member Functions inherited from dunedaq::conffwk::DalObject
 DalObject (DalRegistry &db, const ConfigObject &o) noexcept
 
virtual ~DalObject ()
 
void clear () noexcept
 
void check () const
 
bool is_deleted () const
 
void increment_created () noexcept
 
void increment_read () noexcept
 
void check_init () const
 Check and initialize object if necessary.
 
template<typename T >
void _set_object (const std::string &name, const T *value)
 Helper method for generated set single-value relationship methods.
 
template<typename T >
void _set_objects (const std::string &name, const std::vector< const T * > &value)
 Helper method for generated set multi-value relationship methods.
 
bool get_rel_objects (const std::string &name, bool upcast_unregistered, std::vector< const DalObject * > &objs) const
 Read relationship values as DAL objects using DAL factory.
 
bool get_algo_objects (const std::string &name, std::vector< const DalObject * > &objs) const
 Run algorithm and return result as DAL objects using DAL factory.
 

Private Attributes

std::string m_template_for
 
int32_t m_number_of_loops
 
uint32_t m_maximum_wait_time_us
 
std::string m_channel_map
 
uint32_t m_total_planes
 
std::vector< uint32_t > m_filter_out_plane
 
std::vector< const dunedaq::appmodel::TPStreamConf * > m_tp_streams
 

Friends

class conffwk::Configuration
 
class conffwk::DalObject
 
class conffwk::DalFactory
 
class conffwk::DalRegistry
 

Additional Inherited Members

- Protected Attributes inherited from dunedaq::conffwk::DalObject
std::mutex m_mutex
 Used to protect changes of DAL object.
 
bool p_was_read
 is true, if the object was read
 
DalRegistryp_registry
 Configuration object.
 
ConfigObject p_obj
 Config object used by given template object.
 
std::string p_UID
 Is used for template objects (see dqm_conffwk)
 

Detailed Description

Definition at line 29 of file TPReplayModuleConf.hpp.

Constructor & Destructor Documentation

◆ TPReplayModuleConf() [1/2]

dunedaq::appmodel::TPReplayModuleConf::TPReplayModuleConf ( conffwk::DalRegistry & db,
const conffwk::ConfigObject & obj )
protectednoexcept

Definition at line 31 of file TPReplayModuleConf.cpp.

31 :
33 {
34 ;
35 }
The base class for any generated DAL object.
Definition DalObject.hpp:45

◆ ~TPReplayModuleConf() [1/2]

dunedaq::appmodel::TPReplayModuleConf::~TPReplayModuleConf ( )
protectedvirtualnoexcept

Definition at line 89 of file TPReplayModuleConf.cpp.

90 {
91 }

◆ TPReplayModuleConf() [2/2]

dunedaq::appmodel::TPReplayModuleConf::TPReplayModuleConf ( conffwk::DalRegistry & db,
const conffwk::ConfigObject & obj )
protectednoexcept

◆ ~TPReplayModuleConf() [2/2]

virtual dunedaq::appmodel::TPReplayModuleConf::~TPReplayModuleConf ( )
protectedvirtualnoexcept

Member Function Documentation

◆ __get_channel_map_str() [1/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_channel_map_str ( )
inlinestaticnoexcept

Definition at line 103 of file TPReplayModuleConf.hpp.

103{ return s_channel_map; }

◆ __get_channel_map_str() [2/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_channel_map_str ( )
inlinestaticnoexcept

Definition at line 103 of file TPReplayModuleConf.hpp.

103{ return s_channel_map; }

◆ __get_filter_out_plane_str() [1/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_filter_out_plane_str ( )
inlinestaticnoexcept

Definition at line 105 of file TPReplayModuleConf.hpp.

105{ return s_filter_out_plane; }

◆ __get_filter_out_plane_str() [2/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_filter_out_plane_str ( )
inlinestaticnoexcept

Definition at line 105 of file TPReplayModuleConf.hpp.

105{ return s_filter_out_plane; }

◆ __get_maximum_wait_time_us_str() [1/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_maximum_wait_time_us_str ( )
inlinestaticnoexcept

Definition at line 102 of file TPReplayModuleConf.hpp.

102{ return s_maximum_wait_time_us; }
static const std::string s_maximum_wait_time_us

◆ __get_maximum_wait_time_us_str() [2/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_maximum_wait_time_us_str ( )
inlinestaticnoexcept

Definition at line 102 of file TPReplayModuleConf.hpp.

102{ return s_maximum_wait_time_us; }

◆ __get_number_of_loops_str() [1/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_number_of_loops_str ( )
inlinestaticnoexcept

Definition at line 101 of file TPReplayModuleConf.hpp.

101{ return s_number_of_loops; }

◆ __get_number_of_loops_str() [2/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_number_of_loops_str ( )
inlinestaticnoexcept

Definition at line 101 of file TPReplayModuleConf.hpp.

101{ return s_number_of_loops; }

◆ __get_template_for_str() [1/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_template_for_str ( )
inlinestaticnoexcept

Definition at line 100 of file TPReplayModuleConf.hpp.

100{ return s_template_for; }

◆ __get_template_for_str() [2/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_template_for_str ( )
inlinestaticnoexcept

Definition at line 100 of file TPReplayModuleConf.hpp.

100{ return s_template_for; }

◆ __get_total_planes_str() [1/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_total_planes_str ( )
inlinestaticnoexcept

Definition at line 104 of file TPReplayModuleConf.hpp.

104{ return s_total_planes; }

◆ __get_total_planes_str() [2/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_total_planes_str ( )
inlinestaticnoexcept

Definition at line 104 of file TPReplayModuleConf.hpp.

104{ return s_total_planes; }

◆ __get_tp_streams_str() [1/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_tp_streams_str ( )
inlinestaticnoexcept

Definition at line 298 of file TPReplayModuleConf.hpp.

298{ return s_tp_streams; }

◆ __get_tp_streams_str() [2/2]

static const std::string & dunedaq::appmodel::TPReplayModuleConf::__get_tp_streams_str ( )
inlinestaticnoexcept

Definition at line 298 of file TPReplayModuleConf.hpp.

298{ return s_tp_streams; }

◆ get() [1/4]

std::vector< const dunedaq::conffwk::DalObject * > dunedaq::appmodel::TPReplayModuleConf::get ( const std::string & name,
bool upcast_unregistered = true ) const
virtual

Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.

Parameters are:

Parameters
namename of the relationship or algorithm
Returns
value of relationship or result of algorithm
Exceptions
std::exceptionif there is no relationship or algorithm with such name in this and base classes

Implements dunedaq::conffwk::DalObject.

Definition at line 93 of file TPReplayModuleConf.cpp.

94 {
95 std::vector<const dunedaq::conffwk::DalObject *> vec;
96
97 if (!get(name, vec, upcast_unregistered, true))
98 throw_get_ex(name, s_class_name, this);
99
100 return vec;
101 }
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 void throw_get_ex(const std::string &what, const std::string &class_name, const DalObject *obj)
throw exception in generated get method (i.e.
Definition DalObject.cpp:82

◆ get() [2/4]

virtual std::vector< const dunedaq::conffwk::DalObject * > dunedaq::appmodel::TPReplayModuleConf::get ( const std::string & name,
bool upcast_unregistered = true ) const
virtual

Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.

Parameters are:

Parameters
namename of the relationship or algorithm
Returns
value of relationship or result of algorithm
Exceptions
std::exceptionif there is no relationship or algorithm with such name in this and base classes

Implements dunedaq::conffwk::DalObject.

◆ get() [3/4]

bool dunedaq::appmodel::TPReplayModuleConf::get ( const std::string & name,
std::vector< const dunedaq::conffwk::DalObject * > & vec,
bool upcast_unregistered,
bool first_call ) const
protected

Definition at line 103 of file TPReplayModuleConf.cpp.

104 {
105 if (first_call)
106 {
107 std::lock_guard scoped_lock(m_mutex);
108
109 check();
110 check_init();
111
112 if (get_rel_objects(name, upcast_unregistered, vec))
113 return true;
114 }
115
116 if (first_call)
117 return get_algo_objects(name, vec);
118
119 return false;
120 }
bool get_rel_objects(const std::string &name, bool upcast_unregistered, std::vector< const DalObject * > &objs) const
Read relationship values as DAL objects using DAL factory.
Definition DalObject.cpp:8
std::mutex m_mutex
Used to protect changes of DAL object.
bool get_algo_objects(const std::string &name, std::vector< const DalObject * > &objs) const
Run algorithm and return result as DAL objects using DAL factory.
Definition DalObject.cpp:25
void check_init() const
Check and initialize object if necessary.

◆ get() [4/4]

bool dunedaq::appmodel::TPReplayModuleConf::get ( const std::string & name,
std::vector< const dunedaq::conffwk::DalObject * > & vec,
bool upcast_unregistered,
bool first_call ) const
protected

◆ get_channel_map() [1/2]

const std::string & dunedaq::appmodel::TPReplayModuleConf::get_channel_map ( ) const
inline

Get "channel_map" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 208 of file TPReplayModuleConf.hpp.

209 {
210 std::lock_guard scoped_lock(m_mutex);
211 check();
212 check_init();
213 return m_channel_map;
214 }

◆ get_channel_map() [2/2]

const std::string & dunedaq::appmodel::TPReplayModuleConf::get_channel_map ( ) const
inline

Get "channel_map" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 208 of file TPReplayModuleConf.hpp.

209 {
210 std::lock_guard scoped_lock(m_mutex);
211 check();
212 check_init();
213 return m_channel_map;
214 }

◆ get_filter_out_plane() [1/2]

const std::vector< uint32_t > & dunedaq::appmodel::TPReplayModuleConf::get_filter_out_plane ( ) const
inline

Get "filter_out_plane" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 270 of file TPReplayModuleConf.hpp.

271 {
272 std::lock_guard scoped_lock(m_mutex);
273 check();
274 check_init();
275 return m_filter_out_plane;
276 }

◆ get_filter_out_plane() [2/2]

const std::vector< uint32_t > & dunedaq::appmodel::TPReplayModuleConf::get_filter_out_plane ( ) const
inline

Get "filter_out_plane" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 270 of file TPReplayModuleConf.hpp.

271 {
272 std::lock_guard scoped_lock(m_mutex);
273 check();
274 check_init();
275 return m_filter_out_plane;
276 }

◆ get_maximum_wait_time_us() [1/2]

uint32_t dunedaq::appmodel::TPReplayModuleConf::get_maximum_wait_time_us ( ) const
inline

Get "maximum_wait_time_us" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 177 of file TPReplayModuleConf.hpp.

178 {
179 std::lock_guard scoped_lock(m_mutex);
180 check();
181 check_init();
183 }

◆ get_maximum_wait_time_us() [2/2]

uint32_t dunedaq::appmodel::TPReplayModuleConf::get_maximum_wait_time_us ( ) const
inline

Get "maximum_wait_time_us" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 177 of file TPReplayModuleConf.hpp.

178 {
179 std::lock_guard scoped_lock(m_mutex);
180 check();
181 check_init();
183 }

◆ get_number_of_loops() [1/2]

int32_t dunedaq::appmodel::TPReplayModuleConf::get_number_of_loops ( ) const
inline

Get "number_of_loops" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 146 of file TPReplayModuleConf.hpp.

147 {
148 std::lock_guard scoped_lock(m_mutex);
149 check();
150 check_init();
151 return m_number_of_loops;
152 }

◆ get_number_of_loops() [2/2]

int32_t dunedaq::appmodel::TPReplayModuleConf::get_number_of_loops ( ) const
inline

Get "number_of_loops" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 146 of file TPReplayModuleConf.hpp.

147 {
148 std::lock_guard scoped_lock(m_mutex);
149 check();
150 check_init();
151 return m_number_of_loops;
152 }

◆ get_template_for() [1/2]

const std::string & dunedaq::appmodel::TPReplayModuleConf::get_template_for ( ) const
inline

Get "template_for" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 115 of file TPReplayModuleConf.hpp.

116 {
117 std::lock_guard scoped_lock(m_mutex);
118 check();
119 check_init();
120 return m_template_for;
121 }

◆ get_template_for() [2/2]

const std::string & dunedaq::appmodel::TPReplayModuleConf::get_template_for ( ) const
inline

Get "template_for" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 115 of file TPReplayModuleConf.hpp.

116 {
117 std::lock_guard scoped_lock(m_mutex);
118 check();
119 check_init();
120 return m_template_for;
121 }

◆ get_total_planes() [1/2]

uint32_t dunedaq::appmodel::TPReplayModuleConf::get_total_planes ( ) const
inline

Get "total_planes" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 239 of file TPReplayModuleConf.hpp.

240 {
241 std::lock_guard scoped_lock(m_mutex);
242 check();
243 check_init();
244 return m_total_planes;
245 }

◆ get_total_planes() [2/2]

uint32_t dunedaq::appmodel::TPReplayModuleConf::get_total_planes ( ) const
inline

Get "total_planes" attribute value.

Returns
the attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 239 of file TPReplayModuleConf.hpp.

240 {
241 std::lock_guard scoped_lock(m_mutex);
242 check();
243 check_init();
244 return m_total_planes;
245 }

◆ get_tp_streams() [1/2]

const std::vector< const dunedaq::appmodel::TPStreamConf * > & dunedaq::appmodel::TPReplayModuleConf::get_tp_streams ( ) const
inline

Get "tp_streams" relationship value.

Returns
the relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 308 of file TPReplayModuleConf.hpp.

309 {
310 std::lock_guard scoped_lock(m_mutex);
311 check();
312 check_init();
313 if (m_tp_streams.empty())
314 {
315 std::ostringstream text;
316 text << "relationship \"" << s_tp_streams << "\" of object " << this << " is empty";
317 throw dunedaq::conffwk::Generic(ERS_HERE, text.str().c_str());
318 }
319 return m_tp_streams;
320 }
#define ERS_HERE
std::vector< const dunedaq::appmodel::TPStreamConf * > m_tp_streams
Generic configuration exception.

◆ get_tp_streams() [2/2]

const std::vector< const dunedaq::appmodel::TPStreamConf * > & dunedaq::appmodel::TPReplayModuleConf::get_tp_streams ( ) const
inline

Get "tp_streams" relationship value.

Returns
the relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 308 of file TPReplayModuleConf.hpp.

309 {
310 std::lock_guard scoped_lock(m_mutex);
311 check();
312 check_init();
313 if (m_tp_streams.empty())
314 {
315 std::ostringstream text;
316 text << "relationship \"" << s_tp_streams << "\" of object " << this << " is empty";
317 throw dunedaq::conffwk::Generic(ERS_HERE, text.str().c_str());
318 }
319 return m_tp_streams;
320 }

◆ init() [1/2]

void dunedaq::appmodel::TPReplayModuleConf::init ( bool init_children)
protectedvirtual

Initialize object (method generated by genconffwk)

Parameters
init_childrenif true, initialize referenced objects

Implements dunedaq::conffwk::DalObject.

Definition at line 69 of file TPReplayModuleConf.cpp.

70 {
71 p_was_read = true;
73 TLOG_DEBUG(5) << "read object " << this << " (class " << s_class_name << ')';
74
75 try {
83 }
84 catch (dunedaq::conffwk::Exception & ex) {
85 throw_init_ex(ex);
86 }
87 }
void get(const std::string &name, T &value)
Get value of object's attribute or relationship.
void throw_init_ex(dunedaq::conffwk::Exception &ex)
throw object initialisation exception (i.e.
Definition DalObject.cpp:74
void increment_read() noexcept
DalRegistry & p_registry
Configuration object.
bool p_was_read
is true, if the object was read
ConfigObject p_obj
Config object used by given template object.
const T * _ref(ConfigObject &obj, const std::string &name, bool read_children)
Get signle value of object's relation and instantiate result with it (multi-thread safe).
#define TLOG_DEBUG(lvl,...)
Definition Logging.hpp:112

◆ init() [2/2]

virtual void dunedaq::appmodel::TPReplayModuleConf::init ( bool init_children)
protectedvirtual

Initialize object (method generated by genconffwk)

Parameters
init_childrenif true, initialize referenced objects

Implements dunedaq::conffwk::DalObject.

◆ print() [1/2]

void dunedaq::appmodel::TPReplayModuleConf::print ( unsigned int offset,
bool print_header,
std::ostream & s ) const
virtual

Print details of the TPReplayModuleConf object.

Parameters are:

Parameters
offsetnumber of spaces to shift object right (useful to print nested objects)
print_headerif false, do not print object header (to print attributes of base classes)
soutput stream

Implements dunedaq::conffwk::DalObject.

Definition at line 38 of file TPReplayModuleConf.cpp.

39 {
40 check_init();
41
42 try {
43 const std::string str(indent+2, ' ');
44
45 if (print_header)
46 p_hdr(s, indent, s_class_name, "dunedaq::appmodel");
47
48
49 // print direct attributes
50
57
58
59 // print direct relationships
60
62 }
63 catch (dunedaq::conffwk::Exception & ex) {
65 }
66 }
void p_hdr(std::ostream &s, unsigned int indent, const std::string &cl, const char *nm=nullptr) const
print object headers
Definition DalObject.cpp:65
static void p_error(std::ostream &s, dunedaq::conffwk::Exception &ex)
print error text
Definition DalObject.cpp:59
void p_mv_rel(std::ostream &s, const std::string &str, const std::string &name, const T &objs) noexcept
print weak multi-value relationship
void p_mv_attr(std::ostream &s, const std::string &str, const std::string &name, const T &val) noexcept
print multi-value attribute
void p_sv_attr(std::ostream &s, const std::string &str, const std::string &name, const T &val) noexcept
print single-value attribute

◆ print() [2/2]

virtual void dunedaq::appmodel::TPReplayModuleConf::print ( unsigned int offset,
bool print_header,
std::ostream & s ) const
virtual

Print details of the TPReplayModuleConf object.

Parameters are:

Parameters
offsetnumber of spaces to shift object right (useful to print nested objects)
print_headerif false, do not print object header (to print attributes of base classes)
soutput stream

Implements dunedaq::conffwk::DalObject.

◆ set_channel_map() [1/2]

void dunedaq::appmodel::TPReplayModuleConf::set_channel_map ( const std::string & value)
inline

Set "channel_map" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 223 of file TPReplayModuleConf.hpp.

224 {
225 std::lock_guard scoped_lock(m_mutex);
226 check();
227 clear();
229 }
void set_by_ref(const std::string &name, T &value)
Set attribute value.

◆ set_channel_map() [2/2]

void dunedaq::appmodel::TPReplayModuleConf::set_channel_map ( const std::string & value)
inline

Set "channel_map" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 223 of file TPReplayModuleConf.hpp.

224 {
225 std::lock_guard scoped_lock(m_mutex);
226 check();
227 clear();
229 }

◆ set_filter_out_plane() [1/2]

void dunedaq::appmodel::TPReplayModuleConf::set_filter_out_plane ( const std::vector< uint32_t > & value)
inline

Set "filter_out_plane" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 285 of file TPReplayModuleConf.hpp.

286 {
287 std::lock_guard scoped_lock(m_mutex);
288 check();
289 clear();
291 }
void set_by_val(const std::string &name, T value)
Set attribute value.

◆ set_filter_out_plane() [2/2]

void dunedaq::appmodel::TPReplayModuleConf::set_filter_out_plane ( const std::vector< uint32_t > & value)
inline

Set "filter_out_plane" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 285 of file TPReplayModuleConf.hpp.

286 {
287 std::lock_guard scoped_lock(m_mutex);
288 check();
289 clear();
291 }

◆ set_maximum_wait_time_us() [1/2]

void dunedaq::appmodel::TPReplayModuleConf::set_maximum_wait_time_us ( uint32_t value)
inline

Set "maximum_wait_time_us" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 192 of file TPReplayModuleConf.hpp.

193 {
194 std::lock_guard scoped_lock(m_mutex);
195 check();
196 clear();
198 }

◆ set_maximum_wait_time_us() [2/2]

void dunedaq::appmodel::TPReplayModuleConf::set_maximum_wait_time_us ( uint32_t value)
inline

Set "maximum_wait_time_us" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 192 of file TPReplayModuleConf.hpp.

193 {
194 std::lock_guard scoped_lock(m_mutex);
195 check();
196 clear();
198 }

◆ set_number_of_loops() [1/2]

void dunedaq::appmodel::TPReplayModuleConf::set_number_of_loops ( int32_t value)
inline

Set "number_of_loops" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 161 of file TPReplayModuleConf.hpp.

162 {
163 std::lock_guard scoped_lock(m_mutex);
164 check();
165 clear();
167 }

◆ set_number_of_loops() [2/2]

void dunedaq::appmodel::TPReplayModuleConf::set_number_of_loops ( int32_t value)
inline

Set "number_of_loops" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 161 of file TPReplayModuleConf.hpp.

162 {
163 std::lock_guard scoped_lock(m_mutex);
164 check();
165 clear();
167 }

◆ set_template_for() [1/2]

void dunedaq::appmodel::TPReplayModuleConf::set_template_for ( const std::string & value)
inline

Set "template_for" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 130 of file TPReplayModuleConf.hpp.

131 {
132 std::lock_guard scoped_lock(m_mutex);
133 check();
134 clear();
136 }
void set_class(const std::string &name, const std::string &value)
Set attribute class value.

◆ set_template_for() [2/2]

void dunedaq::appmodel::TPReplayModuleConf::set_template_for ( const std::string & value)
inline

Set "template_for" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 130 of file TPReplayModuleConf.hpp.

131 {
132 std::lock_guard scoped_lock(m_mutex);
133 check();
134 clear();
136 }

◆ set_total_planes() [1/2]

void dunedaq::appmodel::TPReplayModuleConf::set_total_planes ( uint32_t value)
inline

Set "total_planes" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 254 of file TPReplayModuleConf.hpp.

255 {
256 std::lock_guard scoped_lock(m_mutex);
257 check();
258 clear();
260 }

◆ set_total_planes() [2/2]

void dunedaq::appmodel::TPReplayModuleConf::set_total_planes ( uint32_t value)
inline

Set "total_planes" attribute value.

Parameters
valuenew attribute value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 254 of file TPReplayModuleConf.hpp.

255 {
256 std::lock_guard scoped_lock(m_mutex);
257 check();
258 clear();
260 }

◆ set_tp_streams() [1/2]

void dunedaq::appmodel::TPReplayModuleConf::set_tp_streams ( const std::vector< const dunedaq::appmodel::TPStreamConf * > & value)

Set "tp_streams" relationship value.

Parameters
valuenew relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Definition at line 122 of file TPReplayModuleConf.cpp.

123 {
125 }
void _set_objects(const std::string &name, const std::vector< const T * > &value)
Helper method for generated set multi-value relationship methods.

◆ set_tp_streams() [2/2]

void dunedaq::appmodel::TPReplayModuleConf::set_tp_streams ( const std::vector< const dunedaq::appmodel::TPStreamConf * > & value)

Set "tp_streams" relationship value.

Parameters
valuenew relationship value
Exceptions
dunedaq::conffwk::Generic,dunedaq::conffwk::DeletedObject

Friends And Related Symbol Documentation

◆ conffwk::Configuration

Definition at line 31 of file TPReplayModuleConf.hpp.

◆ conffwk::DalFactory

conffwk::DalFactory
friend

Definition at line 33 of file TPReplayModuleConf.hpp.

◆ conffwk::DalObject

Definition at line 32 of file TPReplayModuleConf.hpp.

◆ conffwk::DalRegistry

Definition at line 34 of file TPReplayModuleConf.hpp.

Member Data Documentation

◆ m_channel_map

std::string dunedaq::appmodel::TPReplayModuleConf::m_channel_map
private

Definition at line 83 of file TPReplayModuleConf.hpp.

◆ m_filter_out_plane

std::vector< uint32_t > dunedaq::appmodel::TPReplayModuleConf::m_filter_out_plane
private

Definition at line 85 of file TPReplayModuleConf.hpp.

◆ m_maximum_wait_time_us

uint32_t dunedaq::appmodel::TPReplayModuleConf::m_maximum_wait_time_us
private

Definition at line 82 of file TPReplayModuleConf.hpp.

◆ m_number_of_loops

int32_t dunedaq::appmodel::TPReplayModuleConf::m_number_of_loops
private

Definition at line 81 of file TPReplayModuleConf.hpp.

◆ m_template_for

std::string dunedaq::appmodel::TPReplayModuleConf::m_template_for
private

Definition at line 80 of file TPReplayModuleConf.hpp.

◆ m_total_planes

uint32_t dunedaq::appmodel::TPReplayModuleConf::m_total_planes
private

Definition at line 84 of file TPReplayModuleConf.hpp.

◆ m_tp_streams

std::vector< const dunedaq::appmodel::TPStreamConf * > dunedaq::appmodel::TPReplayModuleConf::m_tp_streams
private

Definition at line 86 of file TPReplayModuleConf.hpp.

◆ s_channel_map

static const std::string dunedaq::appmodel::TPReplayModuleConf::s_channel_map = "channel_map"
inlinestatic

Definition at line 96 of file TPReplayModuleConf.hpp.

◆ s_class_name

static const std::string & dunedaq::appmodel::TPReplayModuleConf::s_class_name
static

The name of the configuration class.

Definition at line 46 of file TPReplayModuleConf.hpp.

◆ s_filter_out_plane

static const std::string dunedaq::appmodel::TPReplayModuleConf::s_filter_out_plane = "filter_out_plane"
inlinestatic

Definition at line 98 of file TPReplayModuleConf.hpp.

◆ s_maximum_wait_time_us

static const std::string dunedaq::appmodel::TPReplayModuleConf::s_maximum_wait_time_us = "maximum_wait_time_us"
inlinestatic

Definition at line 95 of file TPReplayModuleConf.hpp.

◆ s_number_of_loops

static const std::string dunedaq::appmodel::TPReplayModuleConf::s_number_of_loops = "number_of_loops"
inlinestatic

Definition at line 94 of file TPReplayModuleConf.hpp.

◆ s_template_for

static const std::string dunedaq::appmodel::TPReplayModuleConf::s_template_for = "template_for"
inlinestatic

Definition at line 93 of file TPReplayModuleConf.hpp.

◆ s_total_planes

static const std::string dunedaq::appmodel::TPReplayModuleConf::s_total_planes = "total_planes"
inlinestatic

Definition at line 97 of file TPReplayModuleConf.hpp.

◆ s_tp_streams

static const std::string dunedaq::appmodel::TPReplayModuleConf::s_tp_streams = "tp_streams"
inlinestatic

Definition at line 296 of file TPReplayModuleConf.hpp.


The documentation for this class was generated from the following files: