Class Velocity::TimeCommand
Defined in File CoreMotionApi.h
Nested Relationships
This class is a nested type of Class Velocity.
Class Documentation
-
class TimeCommand
This class contains data for a time-based command.
Public Functions
-
TimeCommand()
-
TimeCommand(int axis, double timeMilliseconds)
Public Members
-
int axis
The axis of the motion command.
-
double timeMilliseconds
The time of the motion command in milliseconds.
-
TimeCommand()