public static interface CANSpeedController.ControlMode
Note that the Jaguar does not support follower mode.
| Modifier and Type | Method and Description | 
|---|---|
| int | getValue()Gets the integer value of this control mode. | 
| boolean | isPID()Checks if this control mode is PID-compatible. | 
| java.lang.String | name()Gets the name of this control mode. | 
java.lang.String name()
boolean isPID()
int getValue()