|
void | set_pmc8_debug (bool enable) |
|
void | set_pmc8_simulation (bool enable) |
|
void | set_pmc8_device (const char *name) |
|
void | set_pmc8_sim_system_status (PMC8_SYSTEM_STATUS value) |
|
void | set_pmc8_sim_track_rate (PMC8_TRACK_RATE value) |
|
void | set_pmc8_sim_move_rate (PMC8_MOVE_RATE value) |
|
void | set_pmc8_sim_ra (double ra) |
|
void | set_pmc8_sim_dec (double dec) |
|
bool | check_pmc8_connection (int fd) |
|
bool | get_pmc8_status (int fd, PMC8Info *info) |
| Get PMC8 current status info. More...
|
|
bool | get_pmc8_firmware (int fd, FirmwareInfo *info) |
| Get All firmware informatin in addition to mount model. More...
|
|
bool | get_pmc8_coords (int fd, double &ra, double &dec) |
| Get RA/DEC. More...
|
|
bool | start_pmc8_motion (int fd, PMC8_DIRECTION dir, int speedindex) |
|
bool | stop_pmc8_motion (int fd, PMC8_DIRECTION dir) |
|
bool | stop_pmc8_tracking_motion (int fd) |
|
bool | set_pmc8_custom_ra_track_rate (int fd, double rate) |
|
bool | set_pmc8_custom_dec_track_rate (int fd, double rate) |
|
bool | set_pmc8_custom_ra_move_rate (int fd, double rate) |
|
bool | set_pmc8_custom_dec_move_rate (int fd, double rate) |
|
bool | set_pmc8_track_mode (int fd, uint rate) |
|
bool | get_pmc8_is_scope_slewing (int fd, bool &isslew) |
|
bool | get_pmc8_direction_axis (int fd, PMC8_AXIS axis, int &dir) |
|
bool | set_pmc8_direction_axis (int fd, PMC8_AXIS axis, int dir, bool fast) |
|
bool | abort_pmc8 (int fd) |
|
bool | slew_pmc8 (int fd, double ra, double dec) |
|
bool | sync_pmc8 (int fd, double ra, double dec) |
|
bool | set_pmc8_radec (int fd, double ra, double dec) |
|
INDI::Telescope::TelescopePierSide | destSideOfPier (double ra, double dec) |
|
bool | park_pmc8 (int fd) |
|
bool | unpark_pmc8 (int fd) |
|
bool | set_pmc8_guide_rate (int fd, double rate) |
|
bool | start_pmc8_guide (int fd, PMC8_DIRECTION gdir, int ms, long &timetaken_us) |
|
bool | stop_pmc8_guide (int fd, PMC8_DIRECTION gdir) |
|
void | set_pmc8_location (double latitude, double longitude) |
|