Class Motion::VTCommand

Nested Relationships

This class is a nested type of Class Motion.

Class Documentation

class VTCommand

This class contains data for a VT (Velocity-Time) command.

Public Functions

VTCommand()

Public Members

int axis

The axis of the motion command.

unsigned int pointCount

The number of points in the VT motion command.

VTPoint points[constants::maxPvtAppendPoints]

The points that define the VT motion command.