3#ifndef _FSMxTransition_0_dunedaq__confmodel_0_confmodel_H_
4#define _FSMxTransition_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;
81 inline static const
std::
string s_order = "order";
99 std::lock_guard scoped_lock(
m_mutex);
115 std::lock_guard scoped_lock(
m_mutex);
128 const std::vector<std::string>&
131 std::lock_guard scoped_lock(
m_mutex);
146 std::lock_guard scoped_lock(
m_mutex);
159 const std::vector<std::string>&
162 std::lock_guard scoped_lock(
m_mutex);
177 std::lock_guard scoped_lock(
m_mutex);
188 inline std::ostream&
operator<<(std::ostream& s,
const FSMxTransition& obj)
190 return obj.print_object(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...
static const std::string & __get_transition_str() noexcept
const std::vector< std::string > & get_mandatory() const
Get "mandatory" attribute value.
static const std::string & __get_mandatory_str() noexcept
void set_order(const std::vector< std::string > &value)
Set "order" attribute value.
static const std::string & s_class_name
static const std::string & __get_order_str() noexcept
void set_mandatory(const std::vector< std::string > &value)
Set "mandatory" attribute value.
static const std::string s_mandatory
virtual ~FSMxTransition() noexcept
std::vector< std::string > m_order
const std::vector< std::string > & get_order() const
Get "order" attribute value.
void set_transition(const std::string &value)
Set "transition" attribute value. The main transition that this pre/post transition applies to.
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...
const std::string & get_transition() const
Get "transition" attribute value. The main transition that this pre/post transition applies to.
friend class conffwk::DalFactory
std::vector< std::string > m_mandatory
friend class conffwk::DalObject
FSMxTransition(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string s_order
virtual void init(bool init_children)
static const std::string s_transition
std::vector< constFSMxTransition * >::const_iterator FSMxTransitionIterator
std::ostream & operator<<(std::ostream &s, const ActionPlan &obj)