#include <InvKinWalkingEngine.h>
Inheritance diagram for ParamInvKinWalkingEngine:
Public Member Functions | |
ParamInvKinWalkingEngine (InvKinWalkingParameters *pParams, InvKinWalkingEngine *pEngine) | |
~ParamInvKinWalkingEngine () | |
virtual bool | executeParameterized (JointData &jointData, const WalkRequest &walkRequest, double positionInWalkingCycle) |
Calculates the next joint data set. | |
bool | handleMessage (InMessage &message) |
Called from a MessageQueue to distribute messages. | |
Public Attributes | |
InvKinWalkingEngine * | pEngine |
InvKinWalkingParameters * | pParams |
Definition at line 165 of file InvKinWalkingEngine.h.
|
Definition at line 168 of file InvKinWalkingEngine.h. |
|
Definition at line 174 of file InvKinWalkingEngine.h. References pParams. |
|
Calculates the next joint data set.
Implements WalkingEngine. Definition at line 182 of file InvKinWalkingEngine.h. References InvKinWalkingEngine::executeParameterized(), pParams, and InvKinWalkingEngine::setParameters(). |
Here is the call graph for this function:
|
Called from a MessageQueue to distribute messages. Use message.getMessageID to decide if the message is relavant for the MesssageHandler derivate. Use message.bin, message.text or message.config as In streams to get the data from.
Reimplemented from Module. Definition at line 189 of file InvKinWalkingEngine.h. References InMessage::bin, InMessage::getMessageID(), InvKinWalkingEngine::handleMessage(), idInvKinWalkingParameters, pParams, and InvKinWalkingParameters::readValues(). |
Here is the call graph for this function:
|
Definition at line 179 of file InvKinWalkingEngine.h. |
|
Definition at line 180 of file InvKinWalkingEngine.h. Referenced by executeParameterized(), handleMessage(), and ~ParamInvKinWalkingEngine(). |