3#ifndef _HDF5FileLayoutParams_0_dunedaq__appmodel_0_appmodel_H_
4#define _HDF5FileLayoutParams_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);
272 std::lock_guard scoped_lock(
m_mutex);
287 std::lock_guard scoped_lock(
m_mutex);
307 const std::vector<const dunedaq::appmodel::HDF5PathParams*>&
310 std::lock_guard scoped_lock(
m_mutex);
315 std::ostringstream text;
316 text <<
"relationship \"" <<
s_path_params_list <<
"\" of object " <<
this <<
" is empty";
338 return obj.print_object(s);
const std::string & get_record_header_dataset_name() const
Get "record_header_dataset_name" attribute value.
std::string m_raw_data_group_name
void set_path_params_list(const std::vector< const dunedaq::appmodel::HDF5PathParams * > &value)
Set "path_params_list" relationship value.
static const std::string & __get_record_header_dataset_name_str() noexcept
const std::string & get_view_group_name() const
Get "view_group_name" attribute value.
void set_record_header_dataset_name(const std::string &value)
Set "record_header_dataset_name" attribute value.
const std::vector< const dunedaq::appmodel::HDF5PathParams * > & get_path_params_list() const
Get "path_params_list" relationship value.
static const std::string & __get_digits_for_sequence_number_str() noexcept
const std::string & get_record_name_prefix() const
Get "record_name_prefix" attribute value.
std::string m_view_group_name
const std::string & get_raw_data_group_name() const
Get "raw_data_group_name" attribute value.
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_raw_data_group_name_str() noexcept
int32_t m_digits_for_record_number
static const std::string s_record_header_dataset_name
void set_view_group_name(const std::string &value)
Set "view_group_name" attribute value.
std::vector< const dunedaq::appmodel::HDF5PathParams * > m_path_params_list
virtual ~HDF5FileLayoutParams() noexcept
virtual void init(bool init_children)
friend class conffwk::DalFactory
static const std::string & __get_record_name_prefix_str() noexcept
std::string m_record_name_prefix
int32_t get_digits_for_sequence_number() const
Get "digits_for_sequence_number" attribute value.
static const std::string s_view_group_name
static const std::string & s_class_name
void set_raw_data_group_name(const std::string &value)
Set "raw_data_group_name" attribute value.
static const std::string & __get_view_group_name_str() noexcept
static const std::string s_digits_for_sequence_number
static const std::string s_digits_for_record_number
static const std::string s_raw_data_group_name
void set_record_name_prefix(const std::string &value)
Set "record_name_prefix" attribute value.
friend class conffwk::DalObject
static const std::string s_record_name_prefix
static const std::string s_path_params_list
void set_digits_for_sequence_number(int32_t value)
Set "digits_for_sequence_number" attribute value.
int32_t m_digits_for_sequence_number
static const std::string & __get_path_params_list_str() noexcept
static const std::string & __get_digits_for_record_number_str() noexcept
HDF5FileLayoutParams(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
std::string m_record_header_dataset_name
void set_digits_for_record_number(int32_t value)
Set "digits_for_record_number" attribute value.
int32_t get_digits_for_record_number() const
Get "digits_for_record_number" attribute value.
void set_by_val(const std::string &name, T value)
Set attribute 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::vector< constHDF5FileLayoutParams * >::const_iterator HDF5FileLayoutParamsIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)