stella.roof
Class DomeReceiver.Track
java.lang.Object
java.util.TimerTask
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.
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomeReceiver.Track
private DomeReceiver.Track()
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask