public interface PIDSource
Modifier and Type | Method and Description |
---|---|
PIDSourceType |
getPIDSourceType()
Get which parameter of the device you are using as a process control variable.
|
double |
pidGet()
Get the result to use in PIDController.
|
void |
setPIDSourceType(PIDSourceType pidSource)
Set which parameter of the device you are using as a process control variable.
|
void setPIDSourceType(PIDSourceType pidSource)
pidSource
- An enum to select the parameter.PIDSourceType getPIDSourceType()
double pidGet()