|
void | set_pmc8_debug (bool enable) |
|
void | set_pmc8_simulation (bool enable) |
|
void | set_pmc8_device (const char *name) |
|
void | set_pmc8_location (double latitude, double longitude) |
|
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_model (int fd, FirmwareInfo *info) |
|
bool | get_pmc8_main_firmware (int fd, FirmwareInfo *info) |
|
bool | get_pmc8_firmware (int fd, FirmwareInfo *info) |
| Get All firmware informatin in addition to mount model. More...
|
|
bool | get_pmc8_tracking_rate_axis (int fd, PMC8_AXIS axis, int &rate) |
|
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 | get_pmc8_is_scope_slewing (int fd, bool &isslew) |
|
int | convert_movespeedindex_to_rate (int mode) |
|
bool | start_pmc8_motion (int fd, PMC8_DIRECTION dir, int mode) |
|
bool | stop_pmc8_tracking_motion (int fd) |
|
bool | stop_pmc8_motion (int fd, PMC8_DIRECTION dir) |
|
void | convert_motor_counts_to_hex (int val, char *hex) |
|
bool | convert_precise_rate_to_motor (float rate, int *mrate) |
|
bool | convert_move_rate_to_motor (float rate, int *mrate) |
|
bool | convert_motor_rate_to_move_rate (int mrate, float *rate) |
|
bool | set_pmc8_axis_motor_rate (int fd, PMC8_AXIS axis, int mrate, bool fast) |
|
bool | set_pmc8_axis_move_rate (int fd, PMC8_AXIS axis, float rate) |
|
bool | set_pmc8_track_mode (int fd, uint rate) |
|
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_guide_rate (int fd, double rate) |
|
bool | get_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) |
|
int | convert_axispos_to_motor (int axispos) |
|
bool | convert_ra_to_motor (double ra, INDI::Telescope::TelescopePierSide sop, int *mcounts) |
|
bool | convert_motor_to_radec (int racounts, int deccounts, double &ra_value, double &dec_value) |
|
bool | convert_dec_to_motor (double dec, INDI::Telescope::TelescopePierSide sop, int *mcounts) |
|
bool | set_pmc8_target_position_axis (int fd, PMC8_AXIS axis, int point) |
|
bool | set_pmc8_target_position (int fd, int rapoint, int decpoint) |
|
bool | set_pmc8_position_axis (int fd, PMC8_AXIS axis, int point) |
|
bool | set_pmc8_position (int fd, int rapoint, int decpoint) |
|
bool | get_pmc8_position_axis (int fd, PMC8_AXIS axis, int &point) |
|
bool | get_pmc8_position (int fd, int &rapoint, int &decpoint) |
|
bool | park_pmc8 (int fd) |
|
bool | unpark_pmc8 (int fd) |
|
bool | abort_pmc8 (int fd) |
|
bool | slew_pmc8 (int fd, double ra, double dec) |
|
INDI::Telescope::TelescopePierSide | destSideOfPier (double ra, double dec) |
|
bool | sync_pmc8 (int fd, double ra, double dec) |
|
bool | set_pmc8_radec (int fd, double ra, double dec) |
|
bool | get_pmc8_coords (int fd, double &ra, double &dec) |
| Get RA/DEC. More...
|
|