#include <MotionNetNode.h>
Public Types | |
enum | NodeType { typeConditionalTransition, typeTransition, typeData, typePID } |
Public Member Functions | |
void | toJointData (JointData &jointData, long &dataRepetitionCounter, bool &interpolationMode) |
void | toPIDData (PIDData &pidData) |
void | toExecutedMotionRequest (MotionRequest &execMR) |
Public Attributes | |
short | d [24] |
Represent a set of values from a data line. |
The motion net is organised in an array of nodes (MotionNetNode).
Definition at line 25 of file MotionNetNode.h.
|
Definition at line 28 of file MotionNetNode.h. |
|
Definition at line 49 of file MotionNetNode.h. References JointData::data. Referenced by GT2003MotionNetSpecialActions::getNextData(). |
|
Definition at line 71 of file MotionNetNode.h. References PIDData::d, DEFLT, PIDData::i, PIDData::p, and PIDData::setValues(). Referenced by GT2003MotionNetSpecialActions::getNextData(). |
Here is the call graph for this function:
|
Definition at line 80 of file MotionNetNode.h. References MotionRequest::motionType, MotionRequest::specialActionRequest, and SpecialActionRequest::specialActionType. Referenced by GT2003MotionNetSpecialActions::getNextData(). |
|
Represent a set of values from a data line.
Definition at line 40 of file MotionNetNode.h. Referenced by GT2003MotionNetSpecialActions::getNextData(), and MotionNetData::load(). |