#include <visual_servoing_functors.h>
|
| void | run (UAVVisionSystem &robot_system) |
| | Override this run function for different sub classes. This function performs the logic checking for each state. More...
|
| |
| void | operator() (EventT const &, FSM &logic_state_machine, SourceState &, TargetState &) |
| | operator () Internally calls run function More...
|
| |
| virtual | ~EventAgnosticActionFunctor () |
| | virtual destructor to get polymorphism More...
|
| |
template<class LogicStateMachineT>
struct VisualServoingAbortActionFunctor_< LogicStateMachineT >
- Template Parameters
-
| LogicStateMachineT | Logic state machine used to process events |
template<class LogicStateMachineT >
The documentation for this struct was generated from the following file: