public interface OffsetAccessible
| Modifier and Type | Method and Description |
|---|---|
boolean |
commenceAbsoluteOffset(double azoff,
double altoff)
Applies an absolute offset to the telescope axis.
|
boolean |
commenceAbsoluteOffset(double azoff,
double altoff,
double h)
Applies an absolute offset to the telescope axis.
|
boolean |
commenceGuiding(boolean start)
Starts or stops tracking of the telescope and waits until the new
tracking state is reached.
|
boolean |
commenceRelativeOffset(double azoff,
double altoff)
Adds a current offset to both telescope axis.
|
boolean |
commenceRelativeOffset(double azoff,
double altoff,
double h)
Adds a current offset to both telescope axis.
|
boolean commenceGuiding(boolean start)
throws IOException,
TimeoutException
start - true for start, false for stopIOExceptionTimeoutExceptionboolean commenceAbsoluteOffset(double azoff,
double altoff)
throws IOException,
TimeoutException
azoff - Offset of azimuth axis in degrees.altoff - Offset in altitude axis in degrees.IOExceptionTimeoutExceptionboolean commenceAbsoluteOffset(double azoff,
double altoff,
double h)
throws IOException,
TimeoutException
azoff - Offset of azimuth axis in degrees.altoff - Offset in altitude axis in degrees.h - Height of telescope in degrees.IOExceptionTimeoutExceptionboolean commenceRelativeOffset(double azoff,
double altoff)
throws IOException,
TimeoutException
azoff - Offset of azimuth axis in degrees.altoff - Offset in altitude axis in degrees.IOExceptionTimeoutExceptionboolean commenceRelativeOffset(double azoff,
double altoff,
double h)
throws IOException,
TimeoutException
azoff - Offset of azimuth axis in degrees.altoff - Offset in altitude axis in degrees.h - Height of telescope.IOExceptionTimeoutException