Class Motion::TimeCommand

Nested Relationships

This class is a nested type of Class Motion.

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.