3#ifndef _SNBFileSourceParameters_0_dunedaq__appmodel_0_appmodel_H_
4#define _SNBFileSourceParameters_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;
95 const std::vector<std::string>&
98 std::lock_guard scoped_lock(
m_mutex);
113 std::lock_guard scoped_lock(
m_mutex);
129 std::lock_guard scoped_lock(
m_mutex);
144 std::lock_guard scoped_lock(
m_mutex);
161 std::lock_guard scoped_lock(
m_mutex);
177 std::lock_guard scoped_lock(
m_mutex);
190 return obj.print_object(s);
SNBFileSourceParameters(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
virtual void init(bool init_children)
static const std::string & __get_data_files_str() noexcept
static const std::string & __get_file_compression_algorithm_str() noexcept
std::string m_file_compression_algorithm
static const std::string s_file_compression_algorithm
static const std::string & __get_input_buffer_size_str() noexcept
std::vector< std::string > m_data_files
uint32_t m_input_buffer_size
virtual ~SNBFileSourceParameters() noexcept
void set_file_compression_algorithm(const std::string &value)
Set "file_compression_algorithm" attribute value. Compression algorithm used when writing data.
friend class conffwk::DalFactory
const std::string & get_file_compression_algorithm() const
Get "file_compression_algorithm" attribute value. Compression algorithm used when writing data.
static const std::string s_data_files
const std::vector< std::string > & get_data_files() const
Get "data_files" attribute value.
friend class conffwk::DalObject
static const std::string & s_class_name
static const std::string s_input_buffer_size
void set_input_buffer_size(uint32_t value)
Set "input_buffer_size" attribute value.
uint32_t get_input_buffer_size() const
Get "input_buffer_size" attribute value.
void set_data_files(const std::vector< std::string > &value)
Set "data_files" 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...
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...
std::vector< constSNBFileSourceParameters * >::const_iterator SNBFileSourceParametersIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)