3#ifndef _FSMtransition_0_dunedaq__confmodel_0_confmodel_H_
4#define _FSMtransition_0_dunedaq__confmodel_0_confmodel_H_
31 virtual
void init(
bool init_children);
49 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
96 std::lock_guard scoped_lock(
m_mutex);
112 std::lock_guard scoped_lock(
m_mutex);
129 std::lock_guard scoped_lock(
m_mutex);
145 std::lock_guard scoped_lock(
m_mutex);
158 return obj.print_object(s);
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...
void set_dest(const std::string &value)
Set "dest" attribute value. Destination state.
static const std::string & __get_source_str() noexcept
virtual void init(bool init_children)
static const std::string & __get_dest_str() noexcept
FSMtransition(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
const std::string & get_dest() const
Get "dest" attribute value. Destination state.
static const std::string s_source
friend class conffwk::DalFactory
static const std::string & s_class_name
static const std::string s_dest
friend class conffwk::DalObject
void set_source(const std::string &value)
Set "source" attribute value. Source state.
virtual ~FSMtransition() noexcept
const std::string & get_source() const
Get "source" attribute value. Source state.
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...
std::vector< constFSMtransition * >::const_iterator FSMtransitionIterator
std::ostream & operator<<(std::ostream &s, const ActionPlan &obj)