public class PIDCoefficients
extends java.lang.Object
PIDCoefficients
conveys a set of configuration parameters for a PID algorithm.Constructor and Description |
---|
PIDCoefficients() |
PIDCoefficients(double p,
double i,
double d) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |