#include <SpecialActions.h>
Inheritance diagram for SpecialActions:


Public Member Functions | |
| SpecialActions (const SpecialActionsInterfaces &interfaces) | |
| virtual bool | executeParameterized (SpecialActionRequest specialActionRequest, JointData &jointData)=0 |
| Executes the requested special action. | |
| virtual bool | specialActionIsExecutableInWalkingCycle (int specialActionID, double walkCycle)=0 |
| virtual | ~SpecialActions () |
| Destructor. | |
Private Member Functions | |
| virtual void | execute () |
| That function is not used but has to be implemented. | |
It generates JointData and OdometryData according to current MotionRequest executing special actions.
Definition at line 66 of file SpecialActions.h.
|
|
Definition at line 73 of file SpecialActions.h. |
|
|
Destructor.
Definition at line 95 of file SpecialActions.h. |
|
||||||||||||
|
Executes the requested special action.
Implemented in GT2003MotionNetSpecialActions. Referenced by GT2004MotionControl::execute(). |
|
||||||||||||
|
Implemented in GT2003MotionNetSpecialActions. Referenced by GT2004MotionControl::determineMotionControlState(). |
|
|
That function is not used but has to be implemented.
Implements Module. Definition at line 99 of file SpecialActions.h. |
1.3.6