Class ClosedLoop::Command¶
Defined in File CoreMotionApi.h
Nested Relationships¶
This class is a nested type of Class ClosedLoop.
Class Documentation¶
-
class Command
This class contains data for a closed-loop command.
Public Functions
-
Command()
-
Command(int axis, double setpoint)
Public Members
-
int axis
The axis of the closed-loop command.
-
double setpoint
The setpoint of the closed-loop system.
-
Command()