#include <JointDataSequence.h>
Inheritance diagram for JointDataSequence:
Public Member Functions | |
JointDataSequence () | |
Constructor. | |
JointDataSequence & | operator= (const JointDataSequence &other) |
Assignment operator. | |
void | addEntry (const JointData &jointData, bool interp, int rep) |
adds an entry at end of the sequence | |
Public Attributes | |
int | numOfEntries |
Number of Entries. | |
bool | loop |
If true sequence is executed repeatedly. | |
JointData | entry [jointDataSequenceMaxNumOfEntries] |
The joint data entries. | |
int | repeats [jointDataSequenceMaxNumOfEntries] |
Number of times an entry gets repeated. | |
bool | interpolate [jointDataSequenceMaxNumOfEntries] |
If true linear interpolation will be done to get to this entry from last. |
This is sent from PC to robot and executed by DebugMotionControl.
Definition at line 27 of file JointDataSequence.h.
|
Constructor.
Definition at line 11 of file JointDataSequence.cpp. References loop. |
|
Assignment operator.
Reimplemented in JointDataSequencer. Definition at line 17 of file JointDataSequence.cpp. References entry, interpolate, loop, numOfEntries, and repeats. |
|
adds an entry at end of the sequence
Definition at line 30 of file JointDataSequence.cpp. References interpolate, and repeats. |
|
Number of Entries.
Definition at line 37 of file JointDataSequence.h. Referenced by GT2004GetupEngine::GT2004GetupEngine(), operator<<(), JointDataSequencer::operator=(), operator=(), and operator>>(). |
|
If true sequence is executed repeatedly.
Definition at line 40 of file JointDataSequence.h. Referenced by GT2004GetupEngine::GT2004GetupEngine(), JointDataSequence(), operator<<(), JointDataSequencer::operator=(), operator=(), and operator>>(). |
|
The joint data entries.
Definition at line 47 of file JointDataSequence.h. Referenced by GT2004GetupEngine::GT2004GetupEngine(), operator<<(), JointDataSequencer::operator=(), operator=(), and operator>>(). |
|
Number of times an entry gets repeated.
Definition at line 50 of file JointDataSequence.h. Referenced by addEntry(), GT2004GetupEngine::GT2004GetupEngine(), operator<<(), JointDataSequencer::operator=(), operator=(), and operator>>(). |
|
If true linear interpolation will be done to get to this entry from last.
Definition at line 53 of file JointDataSequence.h. Referenced by addEntry(), GT2004GetupEngine::GT2004GetupEngine(), operator<<(), JointDataSequencer::operator=(), operator=(), and operator>>(). |