|
ifw-sup
3.0.0-pre3
|
#include <activitySettingUp.hpp>
Public Member Functions | |
| ActivitySettingUp (const std::string &id, rad::SMAdapter &sm, DataContext &data_ctx) | |
| Constructor. More... | |
| virtual | ~ActivitySettingUp () |
| Destructor. More... | |
| void | Run () override |
| Run method running inside the thread. More... | |
| ActivitySettingUp (const ActivitySettingUp &)=delete | |
| ActivitySettingUp & | operator= (const ActivitySettingUp &)=delete |
| Disable copy constructor. More... | |
This class implements the Do-Activity for setting up a subsys.
| sup::subsim::common::ActivitySettingUp::ActivitySettingUp | ( | const std::string & | id, |
| rad::SMAdapter & | sm, | ||
| DataContext & | data_ctx | ||
| ) |
Constructor.
| [in] | id | Activity identifier. |
| [in,out] | sm | Reference to the State Machine adapter needed to trigger events. |
| [in,out] | data_ctx | Reference to data context object. |
|
virtual |
Destructor.
|
delete |
|
delete |
Disable copy constructor.
|
override |
Run method running inside the thread.
Do-activity SettingUp a subsys reaching operational state. When the state has been reached it generates a SetupDone event.