stella.rmi
Interface AdapterControlling

All Superinterfaces:
FocusControlling, GuiderControlling, ListenerControlling, Remote
All Known Implementing Classes:
AdapterMaster

public interface AdapterControlling
extends GuiderControlling, FocusControlling

An interface defining remote-access capabilities to the adapter master which is first a guider, but secondly also a focus controller. Additionally, it can auto-focus.


Method Summary
 boolean autoFocus()
          Focuses on a previously acquired star.
 
Methods inherited from interface stella.rmi.GuiderControlling
center, initGuider, offsetAzAlt, offsetXY, singleShot, startGuiding, stopGuiding
 
Methods inherited from interface stella.rmi.FocusControlling
focus, focusOffset
 
Methods inherited from interface stella.rmi.ListenerControlling
automatic, external, getStatus, initialize, manual, park, quit, reset, setPassive
 

Method Detail

autoFocus

boolean autoFocus()
                  throws RemoteException
Focuses on a previously acquired star.

Throws:
RemoteException