ifw-sup  3.0.0-pre3
Public Member Functions | List of all members
sup::subsim::common::ActionMgr Class Reference

#include <actionMgr.hpp>

Inheritance diagram for sup::subsim::common::ActionMgr:

Public Member Functions

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

Detailed Description

This class is responsible for the life-cycle management of actions and activities.

Constructor & Destructor Documentation

◆ ActionMgr() [1/2]

sup::subsim::common::ActionMgr::ActionMgr ( )

Default constructor.

◆ ~ActionMgr()

sup::subsim::common::ActionMgr::~ActionMgr ( )
virtual

Default destructor.

◆ ActionMgr() [2/2]

sup::subsim::common::ActionMgr::ActionMgr ( const ActionMgr )
delete

Member Function Documentation

◆ CreateActions()

void sup::subsim::common::ActionMgr::CreateActions ( boost::asio::io_service &  ios,
rad::SMAdapter &  sm,
DataContext the_data 
)
virtual

Method to instantiate the action objects.

Parameters
[in]iosEvent loop.
[in]smState machine reference
[in]the_dataData shared within the application among actions and activities.

◆ CreateActivities()

void sup::subsim::common::ActionMgr::CreateActivities ( rad::SMAdapter &  sm,
DataContext the_data 
)
virtual

Method to instantiate activity objects.

Parameters
[in]smState machine reference
[in]the_dataData shared within the application.

◆ operator=()

ActionMgr& sup::subsim::common::ActionMgr::operator= ( const ActionMgr )
delete

Disable copy constructor.


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