ifw-ccf  3.0.0-pre2
Public Member Functions | List of all members
ccf::control::ActionMgr Class Reference

Responsible for the life-cycle management of actions and activities. More...

#include <actionMgr.hpp>

Inheritance diagram for ccf::control::ActionMgr:

Public Member Functions

 ActionMgr ()
 
virtual ~ActionMgr ()
 
void CreateActions (boost::asio::io_context &ioc, rad::SMAdapter &sm, DataContext &the_data)
 
void CreateActivities (rad::SMAdapter &sm, DataContext &the_data)
 
 ActionMgr (const ActionMgr &)=delete
 
ActionMgroperator= (const ActionMgr &)=delete
 Disable copy constructor. More...
 

Detailed Description

Responsible for the life-cycle management of actions and activities.

Constructor & Destructor Documentation

◆ ActionMgr() [1/2]

ccf::control::ActionMgr::ActionMgr ( )

◆ ~ActionMgr()

ccf::control::ActionMgr::~ActionMgr ( )
virtual

◆ ActionMgr() [2/2]

ccf::control::ActionMgr::ActionMgr ( const ActionMgr )
delete

Member Function Documentation

◆ CreateActions()

void ccf::control::ActionMgr::CreateActions ( boost::asio::io_context &  ioc,
rad::SMAdapter &  sm,
DataContext the_data 
)

◆ CreateActivities()

void ccf::control::ActionMgr::CreateActivities ( rad::SMAdapter &  sm,
DataContext the_data 
)

◆ operator=()

ActionMgr& ccf::control::ActionMgr::operator= ( const ActionMgr )
delete

Disable copy constructor.


The documentation for this class was generated from the following files: