|
HLCC Documentation 2.2.0
|
#include <actionsSimCmds.hpp>
Public Member Functions | |
| ActionsSimCmds (rad::Application &appl, ActionMgr &action_mgr, DataContext &data) | |
| void | Initialize () override |
| void | Configure (const std::vector< std::string > &keys) override |
| void | UpdateRousTimer (scxml4cpp::Context *c) |
| ActionsSimCmds (const ActionsSimCmds &)=delete | |
| ActionsSimCmds & | operator= (const ActionsSimCmds &)=delete |
| Disable copy constructor. | |
This class contains the implementation of the actions dealing with the following "Simulator" commands:
| hlcc::telif::ActionsSimCmds::ActionsSimCmds | ( | rad::Application & | appl, |
| ActionMgr & | action_mgr, | ||
| DataContext & | data ) |
Constructor.
| [in] | appl | Reference to the rad-app application. |
| [in] | action_mgr | action manager |
| [in] | data | Data shared within the application among actions and activities. |
|
delete |
|
override |
This method allows to re-configure the member attributes of this class. It is usually invoked as consequence of an LoadConfig or SetConfig commands.
| keys | Modified parameters. Empty vector means all params have changed. |
|
override |
This method allows to re-initialize the member attributes of this class. It is usually invoked as consequence of an Init command.
|
delete |
Disable copy constructor.
| void hlcc::telif::ActionsSimCmds::UpdateRousTimer | ( | scxml4cpp::Context * | c | ) |
Implementation of the UpdateRousTimer action. This action:
| [in] | c | Context containing the last event received by the State Machine. |