HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hlcc::pfssimhlcc::ActionsGpCmds Class Reference

#include <actionsGpCmds.hpp>

Inheritance diagram for hlcc::pfssimhlcc::ActionsGpCmds:

Public Member Functions

 ActionsGpCmds (rad::Application &appl, ActionMgr &action_mgr, DataContext &data)
 
void Initialize () override
 
void Configure (const std::vector< std::string > &keys) override
 
void AssignSkyTrajectory (scxml4cpp::Context *c)
 
void ForwardCommand (scxml4cpp::Context *c)
 
void MoveGPTo (scxml4cpp::Context *c)
 
void MoveRaw (scxml4cpp::Context *c)
 
void SetTarget (scxml4cpp::Context *c)
 
void MoveGpToNamedPos (scxml4cpp::Context *c)
 
void StartControlling (scxml4cpp::Context *c)
 
void StopControlling (scxml4cpp::Context *c)
 
void AssignFixTrajectory (scxml4cpp::Context *c)
 
void StopFollowingTrajectory (scxml4cpp::Context *c)
 
void SetHierarchy (scxml4cpp::Context *c)
 
void SetPointingOrigin (scxml4cpp::Context *c)
 
bool PresetOkGuard (scxml4cpp::Context *c)
 
 ActionsGpCmds (const ActionsGpCmds &)=delete
 
ActionsGpCmdsoperator= (const ActionsGpCmds &)=delete
 Disable copy constructor.
 

Detailed Description

This class contains the implementation of the actions related to PS control.

Constructor & Destructor Documentation

◆ ActionsGpCmds() [1/2]

hlcc::pfssimhlcc::ActionsGpCmds::ActionsGpCmds ( rad::Application & appl,
ActionMgr & action_mgr,
DataContext & data )

Constructor.

Parameters
applReference to the Application used to inject internal events.
action_mgrReference tot he ActionMgr
[in]dataData shared within the application among actions and activities.

◆ ActionsGpCmds() [2/2]

hlcc::pfssimhlcc::ActionsGpCmds::ActionsGpCmds ( const ActionsGpCmds & )
delete

Member Function Documentation

◆ AssignFixTrajectory()

void hlcc::pfssimhlcc::ActionsGpCmds::AssignFixTrajectory ( scxml4cpp::Context * c)

Implementation of the AssignFixTrajectory action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ AssignSkyTrajectory()

void hlcc::pfssimhlcc::ActionsGpCmds::AssignSkyTrajectory ( scxml4cpp::Context * c)

Implementation of the AssignSkyTrajectory action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ Configure()

void hlcc::pfssimhlcc::ActionsGpCmds::Configure ( const std::vector< std::string > & keys)
override

Method invoked when SetConfig or LoadConfig command is received to re-configure this class attributes.

Parameters
keysModified parameters. Empty vector means all params have changed.

◆ ForwardCommand()

void hlcc::pfssimhlcc::ActionsGpCmds::ForwardCommand ( scxml4cpp::Context * c)

Implementation of the ForwardCommand action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ Initialize()

void hlcc::pfssimhlcc::ActionsGpCmds::Initialize ( )
override

Method invoked when Init command is received to re-initialize this class attributes.

◆ MoveGPTo()

void hlcc::pfssimhlcc::ActionsGpCmds::MoveGPTo ( scxml4cpp::Context * c)

Implementation of the MoveGPTo action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ MoveGpToNamedPos()

void hlcc::pfssimhlcc::ActionsGpCmds::MoveGpToNamedPos ( scxml4cpp::Context * c)

Implementation of the MoveGpToNamedPos action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ MoveRaw()

void hlcc::pfssimhlcc::ActionsGpCmds::MoveRaw ( scxml4cpp::Context * c)

Implementation of the MoveRaw action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ operator=()

ActionsGpCmds & hlcc::pfssimhlcc::ActionsGpCmds::operator= ( const ActionsGpCmds & )
delete

Disable copy constructor.

◆ PresetOkGuard()

bool hlcc::pfssimhlcc::ActionsGpCmds::PresetOkGuard ( scxml4cpp::Context * c)

Implementation of the PresetOkGuard guard.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ SetHierarchy()

void hlcc::pfssimhlcc::ActionsGpCmds::SetHierarchy ( scxml4cpp::Context * c)

Implementation of the SetHierarchy action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ SetPointingOrigin()

void hlcc::pfssimhlcc::ActionsGpCmds::SetPointingOrigin ( scxml4cpp::Context * c)

Implementation of the SetPointingOrigin action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ SetTarget()

void hlcc::pfssimhlcc::ActionsGpCmds::SetTarget ( scxml4cpp::Context * c)

Implementation of the SetTarget action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ StartControlling()

void hlcc::pfssimhlcc::ActionsGpCmds::StartControlling ( scxml4cpp::Context * c)

Implementation of the StartControlling action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ StopControlling()

void hlcc::pfssimhlcc::ActionsGpCmds::StopControlling ( scxml4cpp::Context * c)

Implementation of the StopControlling action.

Parameters
[in]cContext containing the last event received by the State Machine.

◆ StopFollowingTrajectory()

void hlcc::pfssimhlcc::ActionsGpCmds::StopFollowingTrajectory ( scxml4cpp::Context * c)

Implementation of the StopFollowingTrajectory action.

Parameters
[in]cContext containing the last event received by the State Machine.

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