|
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 | SetSim (scxml4cpp::Context *c) |
| ActionsSimCmds (const ActionsSimCmds &)=delete | |
| ActionsSimCmds & | operator= (const ActionsSimCmds &)=delete |
| Disable copy constructor. | |
This class contains the implementation of the actions related to SVs estimation.
| hlcc::lsvsim::ActionsSimCmds::ActionsSimCmds | ( | rad::Application & | appl, |
| ActionMgr & | action_mgr, | ||
| DataContext & | data ) |
Constructor.
| appl | Reference to the Application used to inject internal events. | |
| action_mgr | Reference to the ActionMgr | |
| [in] | data | Data shared within the application among actions and activities. |
|
delete |
|
override |
Method invoked when SetConfig or LoadConfig command is received to re-configure the actions class attributes.
| keys | Modified parameters. Empty vector means all params have changed. |
|
override |
Method invoked when Init command is received to re-initialize the actions class attributes.
|
delete |
Disable copy constructor.
| void hlcc::lsvsim::ActionsSimCmds::SetSim | ( | scxml4cpp::Context * | c | ) |
Method invoked when SetSim command is received This method receives a sim specific configuration and updates it.
| c | Sim specific configuration. |