stella.roof
Class DomeReceiver.SolTrack
java.lang.Object
java.util.TimerTask
stella.roof.DomeReceiver.SolTrack
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- DomeReceiver
private class DomeReceiver.SolTrack
- extends TimerTask
A timer task that does the tracking of the anti-solar az.
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.SolTrack
private DomeReceiver.SolTrack()
run
public void run()
- Specified by:
run in interface Runnable- Specified by:
run in class TimerTask