|
void | set_ieqpro_debug (bool enable) |
|
void | set_ieqpro_simulation (bool enable) |
|
void | set_ieqpro_device (const char *name) |
|
void | set_sim_gps_status (IEQ_GPS_STATUS value) |
|
void | set_sim_system_status (IEQ_SYSTEM_STATUS value) |
|
void | set_sim_track_rate (IEQ_TRACK_RATE value) |
|
void | set_sim_slew_rate (IEQ_SLEW_RATE value) |
|
void | set_sim_time_source (IEQ_TIME_SOURCE value) |
|
void | set_sim_hemisphere (IEQ_HEMISPHERE value) |
|
void | set_sim_ra (double ra) |
|
void | set_sim_dec (double dec) |
|
void | set_sim_guide_rate (double rate) |
|
bool | check_ieqpro_connection (int fd) |
|
bool | get_ieqpro_status (int fd, IEQInfo *info) |
| Get iEQ current status info. More...
|
|
bool | get_ieqpro_firmware (int fd, FirmwareInfo *info) |
| Get All firmware informatin in addition to mount model. More...
|
|
bool | get_ieqpro_main_firmware (int fd, FirmwareInfo *info) |
| Get mainboard and controller firmware only. More...
|
|
bool | get_ieqpro_radec_firmware (int fd, FirmwareInfo *info) |
| Get RA and DEC firmware info. More...
|
|
bool | get_ieqpro_model (int fd, FirmwareInfo *info) |
| Get Mount model. More...
|
|
bool | get_ieqpro_coords (int fd, double *ra, double *dec) |
| Get RA/DEC. More...
|
|
bool | get_ieqpro_utc_date_time (int fd, double *utc_hours, int *yy, int *mm, int *dd, int *hh, int *minute, int *ss) |
| Get UTC/Date/Time. More...
|
|
bool | start_ieqpro_motion (int fd, IEQ_DIRECTION dir) |
|
bool | stop_ieqpro_motion (int fd, IEQ_DIRECTION dir) |
|
bool | set_ieqpro_slew_rate (int fd, IEQ_SLEW_RATE rate) |
|
bool | set_ieqpro_custom_ra_track_rate (int fd, double rate) |
|
bool | set_ieqpro_custom_de_track_rate (int fd, double rate) |
|
bool | set_ieqpro_track_mode (int fd, IEQ_TRACK_RATE rate) |
|
bool | set_ieqpro_track_enabled (int fd, bool enabled) |
|
bool | abort_ieqpro (int fd) |
|
bool | slew_ieqpro (int fd) |
|
bool | sync_ieqpro (int fd) |
|
bool | set_ieqpro_ra (int fd, double ra) |
|
bool | set_ieqpro_dec (int fd, double dec) |
|
bool | find_ieqpro_home (int fd) |
|
bool | goto_ieqpro_home (int fd) |
|
bool | set_ieqpro_current_home (int fd) |
|
bool | park_ieqpro (int fd) |
|
bool | unpark_ieqpro (int fd) |
|
bool | set_ieqpro_guide_rate (int fd, double rate) |
|
bool | get_ieqpro_guide_rate (int fd, double *rate) |
|
bool | start_ieqpro_guide (int fd, IEQ_DIRECTION dir, int ms) |
|
bool | set_ieqpro_longitude (int fd, double longitude) |
|
bool | set_ieqpro_latitude (int fd, double latitude) |
|
bool | get_ieqpro_longitude (int fd, double *longitude) |
|
bool | get_ieqpro_latitude (int fd, double *latitude) |
|
bool | set_ieqpro_local_date (int fd, int yy, int mm, int dd) |
|
bool | set_ieqpro_local_time (int fd, int hh, int mm, int ss) |
|
bool | set_ieqpro_utc_offset (int fd, double offset_hours) |
|
bool | set_ieqpro_daylight_saving (int fd, bool enabled) |
|