Class Motion::StopCommand
Defined in File CoreMotionApi.h
Nested Relationships
This class is a nested type of Class Motion.
Class Documentation
-
class StopCommand
This class contains data for a stop command.
Public Functions
-
StopCommand()
-
StopCommand(int axis, double dec)
Public Members
-
int axis
The axis of the motion command.
-
double dec
The deceleration of the motion command.
-
StopCommand()