Uses of Class
util.PIDControl

Packages that use PIDControl
stella.adapter   
stella.util   
 

Uses of PIDControl in stella.adapter
 

Fields in stella.adapter declared as PIDControl
private  PIDControl GuiderMode.altpid
          The PID for de.
private  PIDControl GuiderMode.azpid
          The PID for ra.
 

Uses of PIDControl in stella.util
 

Fields in stella.util declared as PIDControl
private  PIDControl TelescopeError.pid
          The PIDController handling the error function.
private  PIDControl SineError.pid
          The PIDController handling the error function.
 

Methods in stella.util with parameters of type PIDControl
 void TelescopeError.setPID(PIDControl handle)
          Sets the PIDControler that should level the error function.
 void SineError.setPID(PIDControl handle)
          Sets the PIDControler that should level the error function.