edu.wpi.first.wpilibj
Class PIDController.NullTolerance

java.lang.Object
  extended by edu.wpi.first.wpilibj.PIDController.NullTolerance
All Implemented Interfaces:
PIDController.Tolerance
Enclosing class:
PIDController

public class PIDController.NullTolerance
extends java.lang.Object
implements PIDController.Tolerance


Constructor Summary
PIDController.NullTolerance()
           
 
Method Summary
 boolean onTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PIDController.NullTolerance

public PIDController.NullTolerance()
Method Detail

onTarget

public boolean onTarget()
Specified by:
onTarget in interface PIDController.Tolerance