|
HLCC Documentation 2.2.0
|
#include <actionsCommands.hpp>
Public Member Functions | |
| ActionsCommands (rad::Application &appl, ActionMgr &action_mgr, DataContext &data) | |
| void | Initialize () override |
| void | Configure (const std::vector< std::string > &keys) override |
| void | Preset (scxml4cpp::Context *c) |
| void | SetObservingWavelength (scxml4cpp::Context *c) |
| void | SetVelocityOffset (scxml4cpp::Context *c) |
| void | SkyOffset (scxml4cpp::Context *c) |
| void | SetReferenceFocus (scxml4cpp::Context *c) |
| void | SetReferenceAberration (scxml4cpp::Context *c) |
| void | RequestControl (scxml4cpp::Context *c) |
| void | ReleaseControl (scxml4cpp::Context *c) |
| void | RousConfig (scxml4cpp::Context *c) |
| void | RousExecute (scxml4cpp::Context *c) |
| void | RousActivityEntry (scxml4cpp::Context *c) |
| void | RousActivityExit (scxml4cpp::Context *c) |
| void | ReadyForHandoverEstimation (scxml4cpp::Context *c) |
| ActionsCommands (const ActionsCommands &)=delete | |
| ActionsCommands & | operator= (const ActionsCommands &)=delete |
| Disable copy constructor. | |
This class contains the implementation of the actions dealing with the following "standard" commands:
GCH TODO: add all commands in the ICD. Now only an example
| hlcc::telif::ActionsCommands::ActionsCommands | ( | 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::ActionsCommands::Preset | ( | scxml4cpp::Context * | c | ) |
Implementation of the Preset action. This action:
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::ReadyForHandoverEstimation | ( | scxml4cpp::Context * | c | ) |
Run the Ready for handover estimation
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::ReleaseControl | ( | scxml4cpp::Context * | c | ) |
Implementation of Instruments ReleaseControl action.
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::RequestControl | ( | scxml4cpp::Context * | c | ) |
Implementation of Instruments RequestControl action.
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::RousActivityEntry | ( | scxml4cpp::Context * | c | ) |
Clear and prepare variables, states before ROUS activity starts. Internal event only
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::RousActivityExit | ( | scxml4cpp::Context * | c | ) |
Clear variables and publish in Oldb final values after ROUS activity stops. Internal event only
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::RousConfig | ( | scxml4cpp::Context * | c | ) |
Implementation of RousConfig action.
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::RousExecute | ( | scxml4cpp::Context * | c | ) |
Implementation of RousExecute action.
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::SetObservingWavelength | ( | scxml4cpp::Context * | c | ) |
Implementation of the SetObservingWavelength action. This action:
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::SetReferenceAberration | ( | scxml4cpp::Context * | c | ) |
Implementation of the SetReferenceAberration action. This action:
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::SetReferenceFocus | ( | scxml4cpp::Context * | c | ) |
Implementation of the SetReferenceFocus action. This action:
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::SetVelocityOffset | ( | scxml4cpp::Context * | c | ) |
Implementation of the SetVelocityOffset action. This action:
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telif::ActionsCommands::SkyOffset | ( | scxml4cpp::Context * | c | ) |
Implementation of the SkyOffset action. This action:
| [in] | c | Context containing the last event received by the State Machine. |