|
int | ACK (const int fd) |
|
void | resynchronize (const int fd) |
|
bool | send (const int fd, const char *cmd) |
|
bool | confirmed (const int fd, const char *cmd, char &response) |
|
bool | receive (const int fd, char response[]) |
|
bool | getString (const int fd, const char *cmd, char response[]) |
|
bool | getVersion (const int fd, char response[]) |
|
bool | getPECorrection (const int fd, PECorrection *PECra, PECorrection *PECdec) |
|
bool | getRCorrection (const int fd, RCorrection *Rra, RCorrection *Rdec) |
|
bool | getInt (const int fd, const char *cmd, int *value) |
|
bool | getSideOfPier (const int fd, SideOfPier *side_of_pier) |
|
bool | getPoleCrossing (const int fd, PoleCrossing *pole_crossing) |
|
bool | getSexa (const int fd, const char *cmd, double *value) |
|
bool | getObjectRADec (const int fd, double *ra, double *dec) |
|
bool | getDegreesMinutes (const int fd, const char *cmd, int *d, int *m) |
|
bool | getSiteLatitude (const int fd, int *d, int *m) |
|
bool | getSiteLongitude (const int fd, int *d, int *m) |
|
bool | getUTCDate (const int fd, int *m, int *d, int *y) |
|
bool | getUTCTime (const int fd, int *h, int *m, int *s) |
|
bool | setDegreesMinutes (const int fd, const char *cmd, const double value) |
|
bool | setSite (const int fd, const double longitude, const double latitude) |
|
bool | setSlewMode (const int fd, const SlewMode slewMode) |
|
bool | moveTo (const int fd, const Direction direction) |
|
bool | haltMovement (const int fd, const Direction direction) |
|
bool | startSlew (const int fd) |
|
bool | abortSlew (const int fd) |
|
bool | pulseGuide (const int fd, const Direction direction, const float ms) |
|
bool | setTime (const int fd, const int h, const int m, const int s) |
|
bool | setDate (const int fd, const int dd, const int mm, const int yy) |
|
bool | ensureLongFormat (const int fd) |
|
bool | setObjectRA (const int fd, const double ra) |
|
bool | setObjectDEC (const int fd, const double dec) |
|
bool | setObjectRADec (const int fd, const double ra, const double dec) |
|
bool | park (const int fd) |
|
bool | unpark (const int fd) |
|
bool | sync (const int fd) |
|
bool | setSideOfPier (const int fd, const SideOfPier side_of_pier) |
|
bool | setPECorrection (const int fd, const PECorrection pec_ra, const PECorrection pec_dec) |
|
bool | setPoleCrossing (const int fd, const PoleCrossing pole_crossing) |
|
bool | setRCorrection (const int fd, const RCorrection rc_ra, const RCorrection rc_dec) |
|
bool | isHomeSet (const int fd) |
|
bool | isParked (const int fd) |
|
bool | isParking (const int fd) |
|