#include <libnova/julian_day.h>
◆ BLINK0
#define BLINK0 0 /* no blinking */ |
◆ BLINK1
#define BLINK1 1 /* blink rate 1 */ |
◆ BLINK2
#define BLINK2 2 /* blink rate 2 */ |
◆ BLINK3
#define BLINK3 4 /* blink rate 3 */ |
◆ BRIGHTER
#define BRIGHTER 16 /* increase */ |
◆ CENTER
◆ DIMMER
#define DIMMER 8 /* decrease */ |
◆ EAST
◆ FANOFF
#define FANOFF 0 /* cooling fan off */ |
◆ FANON
#define FANON 1 /* cooling fan on */ |
◆ FIND
◆ FOCUSFAST
#define FOCUSFAST 2 /* full voltage */ |
◆ FOCUSIN
#define FOCUSIN 4 /* negative voltage output */ |
◆ FOCUSOUT
#define FOCUSOUT 8 /* positive voltage output */ |
◆ FOCUSSLOW
#define FOCUSSLOW 1 /* half voltage */ |
◆ FOCUSSTOP
#define FOCUSSTOP 0 /* no output */ |
◆ GUIDE
◆ HIGHER
◆ LOWER
◆ MAXSLEWRATE
#define MAXSLEWRATE 4 /* 2 for safety; 4 for 16-inch; 8 otherwise. */ |
◆ NORTH
◆ REVERSE_NS
#define REVERSE_NS 0 /* 1 for reverse; 0 for normal. */ |
◆ ROTATOROFF
#define ROTATOROFF 0 /* image rotator off */ |
◆ ROTATORON
#define ROTATORON 1 /* image rotator on */ |
◆ SLEW
◆ SLEWRATE2
#define SLEWRATE2 2 /* should be 2 degrees per second */ |
◆ SLEWRATE3
#define SLEWRATE3 3 /* should be 3 degrees per second */ |
◆ SLEWRATE4
#define SLEWRATE4 4 /* should be 4 degrees per second */ |
◆ SLEWRATE8
#define SLEWRATE8 8 /* should be 8 degrees per second (not 16-inch) */ |
◆ SOUTH
◆ WEST
◆ CheckConnectTel()
◆ CheckCoords()
int CheckCoords |
( |
double |
desRA, |
|
|
double |
desDec, |
|
|
double |
tolRA, |
|
|
double |
tolDEC |
|
) |
| |
◆ ConnectTel()
int ConnectTel |
( |
char * |
port | ) |
|
◆ Derotator()
void Derotator |
( |
int |
rotate | ) |
|
◆ DisconnectTel()
◆ Fan()
◆ Focus()
◆ GetDec()
◆ GetRA()
◆ isScopeSlewing()
◆ Reticle()
void Reticle |
( |
int |
reticle | ) |
|
◆ SetLimits()
void SetLimits |
( |
double |
limitLower, |
|
|
double |
limitHigher |
|
) |
| |
◆ SetRate()
void SetRate |
( |
int |
newRate | ) |
|
◆ SetSlewRate()
◆ SlewToCoords()
int SlewToCoords |
( |
double |
newRA, |
|
|
double |
newDec |
|
) |
| |
◆ StartSlew()
int StartSlew |
( |
int |
direction | ) |
|
◆ StopNSEW()
◆ StopSlew()
int StopSlew |
( |
int |
direction | ) |
|
◆ SyncLocalTime()
◆ SyncLST()
int SyncLST |
( |
double |
newTime | ) |
|
◆ SyncToCoords()
int SyncToCoords |
( |
double |
newRA, |
|
|
double |
newDec |
|
) |
| |
◆ updateLocation()
int updateLocation |
( |
double |
lng, |
|
|
double |
lat |
|
) |
| |
◆ updateTime()
int updateTime |
( |
struct ln_date * |
utc, |
|
|
double |
utc_offset |
|
) |
| |