stella.roof
Class DomeReceiver.Track

java.lang.Object
  extended by java.util.TimerTask
      extended by stella.roof.DomeReceiver.Track
All Implemented Interfaces:
Runnable
Enclosing class:
DomeReceiver

private class DomeReceiver.Track
extends TimerTask

A timer task that does the tracking of the dome. On each loop, the current position against the nominal one is checked. If the difference is too big, we move to the new position.


Constructor Summary
private DomeReceiver.Track()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomeReceiver.Track

private DomeReceiver.Track()
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask