ASCO Aerial Autonomy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ArmRightFoldTransitionActionFunctor_< LogicStateMachineT > Struct Template Reference

action to move arm to right angle More...

#include <arm_functors.h>

Inheritance diagram for ArmRightFoldTransitionActionFunctor_< LogicStateMachineT >:
Inheritance graph
[legend]
Collaboration diagram for ArmRightFoldTransitionActionFunctor_< LogicStateMachineT >:
Collaboration graph
[legend]

Public Member Functions

void run (ArmSystem &robot_system)
 Override this run function for different sub classes. This function performs the logic checking for each state. More...
 
- Public Member Functions inherited from EventAgnosticActionFunctor< ArmSystem, LogicStateMachineT >
void operator() (EventT const &, FSM &logic_state_machine, SourceState &, TargetState &)
 operator () Internally calls run function More...
 
virtual ~EventAgnosticActionFunctor ()
 virtual destructor to get polymorphism More...
 

Detailed Description

template<class LogicStateMachineT>
struct ArmRightFoldTransitionActionFunctor_< LogicStateMachineT >

action to move arm to right angle

Template Parameters
LogicStateMachineTLogic state machine used to process events

Member Function Documentation

template<class LogicStateMachineT >
void ArmRightFoldTransitionActionFunctor_< LogicStateMachineT >::run ( ArmSystem robot_system)
inlinevirtual

Override this run function for different sub classes. This function performs the logic checking for each state.

Parameters
robot_systemProvides sensor data and allows for controlling hardware

Implements EventAgnosticActionFunctor< ArmSystem, LogicStateMachineT >.


The documentation for this struct was generated from the following file: