| Constructor and Description |
|---|
InternalSource() |
| Modifier and Type | Method and Description |
|---|---|
double |
getForPID()
Gets the value being used for PID.
|
void |
reset()
Resets this PIDSource.
|
void |
update(double d)
Updates the value of this InternalSource.
|
public double getForPID()
PIDSourcepublic void reset()
PIDSourcepublic void update(double d)
d - The new value of the InternalSource.