Class Velocity::TriggerVelCommand

Nested Relationships

This class is a nested type of Class Velocity.

Class Documentation

class TriggerVelCommand

This class contains data for a triggered velocity command.

Public Functions

TriggerVelCommand()
TriggerVelCommand(int axis, Profile profile, Trigger trigger)

Public Members

int axis

The axis of the motion command.

Profile profile

The profile of the motion command. The velocity value is the target velocity, and can be specified a value between -(2^38-1) = -274877906943 and 2^38-1 = 274877906943.

Trigger trigger

The trigger condition of the motion command.