3#ifndef _CTBCalibrationStream_0_dunedaq__appmodel_0_appmodel_H_
4#define _CTBCalibrationStream_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 std::lock_guard scoped_lock(
m_mutex);
110 std::lock_guard scoped_lock(
m_mutex);
126 std::lock_guard scoped_lock(
m_mutex);
141 std::lock_guard scoped_lock(
m_mutex);
152 inline std::ostream&
operator<<(std::ostream& s,
const CTBCalibrationStream& obj)
154 return obj.print_object(s);
static const std::string s_directory
static const std::string s_update_period_s
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_update_period_s_str() noexcept
virtual ~CTBCalibrationStream() noexcept
CTBCalibrationStream(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
friend class conffwk::DalFactory
uint16_t get_update_period_s() const
Get "update_period_s" attribute value.
void set_update_period_s(uint16_t value)
Set "update_period_s" attribute value.
const std::string & get_directory() const
Get "directory" attribute value.
friend class conffwk::DalObject
virtual void init(bool init_children)
void set_directory(const std::string &value)
Set "directory" attribute value.
static const std::string & __get_directory_str() noexcept
static const std::string & s_class_name
uint16_t m_update_period_s
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::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constCTBCalibrationStream * >::const_iterator CTBCalibrationStreamIterator