public interface OffsetCaster extends CommandLaunching
CONFIG, KEY_CLASS| Modifier and Type | Method and Description |
|---|---|
boolean |
castCommandAndWait(TelescopeCommand move,
long timeout)
Only used for manual acquire.
|
boolean |
castDitherAndWait(DitherTelescope dither)
Casts a dither offset to the telescope, which is an offset in ra/de.
|
boolean |
castOffsetAndWait(OffsetTelescope offset)
Casts the offset command to the telescope and waits for notification on
the appropriate done event.
|
void |
castOffsetAtGuide(OffsetTelescope offset)
Casts the offset command to the telescope during guiding phase.
|
int |
getActiveOffsets()
At guide, the guider task may want to know how many offsets are currently
active to avoid overloading the telescope.
|
castCommand, getClientName, getExitCommand, getShutdownCommand, handles, isReady, recastCommandannounceInterest, registerReplySubscriberdefaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringPropertiesvoid castOffsetAtGuide(OffsetTelescope offset)
offset - A OffsetTelescope commandboolean castOffsetAndWait(OffsetTelescope offset)
OffsetTelescope command was received or a time-out
has occured. The time-out depends on the offset: to the minimal time-out
#KEY_MINTIMEOUT an offset-depending #KEY_DEGREETIMEOUT is
added by multiplying the second number with the desired offset in
degrees. Note that we have access to the telescope altitude via the
enclosing class.offset - A OffsetTelescope commandint getActiveOffsets()
boolean castCommandAndWait(TelescopeCommand move, long timeout)
boolean castDitherAndWait(DitherTelescope dither)
dither -