This data structure represents the informations regarding the robot's trajectory's FIFO. More...
#include <Definition>
Public Attributes | |
unsigned int | MaxSize |
This is the size of the trajectory FIFO. | |
unsigned int | TrajectoryCount |
This tells you how many trajectory point are still stored in the robot. | |
float | UsedPercentage |
This is the usage of the trajectory FIFO. |
This data structure represents the informations regarding the robot's trajectory's FIFO.
Definition at line 704 of file KinovaTypes.h.
unsigned int TrajectoryFIFO::MaxSize |
This is the size of the trajectory FIFO.
Definition at line 719 of file KinovaTypes.h.
unsigned int TrajectoryFIFO::TrajectoryCount |
This tells you how many trajectory point are still stored in the robot.
Definition at line 709 of file KinovaTypes.h.
This is the usage of the trajectory FIFO.
Definition at line 714 of file KinovaTypes.h.