3#ifndef _CTBTiming_0_dunedaq__appmodel_0_appmodel_H_
4#define _CTBTiming_0_dunedaq__appmodel_0_appmodel_H_
38 virtual
void init(
bool init_children);
56 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
105 std::lock_guard scoped_lock(
m_mutex);
120 std::lock_guard scoped_lock(
m_mutex);
136 std::lock_guard scoped_lock(
m_mutex);
151 std::lock_guard scoped_lock(
m_mutex);
167 std::lock_guard scoped_lock(
m_mutex);
182 std::lock_guard scoped_lock(
m_mutex);
193 inline std::ostream&
operator<<(std::ostream& s,
const CTBTiming& obj)
195 return obj.print_object(s);
static const std::string s_triggers
static const std::string & __get_address_str() noexcept
void set_lockout(const std::string &value)
Set "lockout" attribute value.
const std::string & get_address() const
Get "address" attribute value.
static const std::string s_lockout
void set_triggers(bool value)
Set "triggers" attribute value.
friend class conffwk::DalFactory
CTBTiming(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
const std::string & get_lockout() const
Get "lockout" attribute value.
static const std::string & __get_triggers_str() noexcept
virtual ~CTBTiming() noexcept
static const std::string s_address
virtual void init(bool init_children)
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...
friend class conffwk::DalObject
void set_address(const std::string &value)
Set "address" attribute value.
static const std::string & __get_lockout_str() noexcept
static const std::string & s_class_name
bool get_triggers() const
Get "triggers" 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...
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constCTBTiming * >::const_iterator CTBTimingIterator