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()
PIDSource
public void reset()
PIDSource
public void update(double d)
d
- The new value of the InternalSource.