public abstract class TelIF
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_FAILURE |
static int |
EXECUTION_FAILURE |
static int |
SUCCESS |
static int |
UNRESOLVED_ERROR |
| Constructor and Description |
|---|
TelIF() |
| Modifier and Type | Method and Description |
|---|---|
int |
abort()
Stops the execution of the current command.
|
int |
init()
Initialises connection to the TCS.
|
int |
move(RightAscension RA,
Declination dec)
Moves the telescope to the coordinates provided.
|
int |
setTracking(double RARate,
double decRate)
Defines the tracking of the telescope by setting the rate of the RA and Dec coordinates.
|
int |
status()
Retrieves/Updates the status identifiers of the TCS.
|
public static final int SUCCESS
public static final int CONNECTION_FAILURE
public static final int EXECUTION_FAILURE
public static final int UNRESOLVED_ERROR
public int init()
public int move(RightAscension RA, Declination dec)
RA - dec - public int setTracking(double RARate,
double decRate)
RARate - decRate - public int abort()
public int status()