Defines | |
| #define | export_int __declspec(dllexport) int __cdecl |
Functions | |
| export_int | lxgTelescopeInitialise () |
| initialise the telescope driver, return 1 for success | |
| export_int | lxgTelescopeName (int max_len, char *telescope_name) |
| Return the name of the telescope driver, return 1 for success. | |
| export_int | lxgTelescopeSetup () |
| Open GUI dialog for setup of telescope driver, return 1 for success. | |
| export_int | lxgTelescopeStartGuide () |
| Start a guiding sequence, return 1 for success. | |
| export_int | lxgTelescopeGuide (long timestamp, double dx, double dy) |
| Perform guiding by reporting guiding error in RA and DEC, return 1 for success. | |
| export_int | lxgTelescopeStopGuide () |
| Stop a guiding sequence, return 1 for success. | |
| #define export_int __declspec(dllexport) int __cdecl |
| export_int lxgTelescopeGuide | ( | long | timestamp, | |
| double | dx, | |||
| double | dy | |||
| ) |
Perform guiding by reporting guiding error in RA and DEC, return 1 for success.
| timestamp | (in) Time stamp [processor clock ticks] |
| dx | (in) Error in RA [arc seconds] |
| dy | (in) Error in DEC [arc seconds] |
| export_int lxgTelescopeInitialise | ( | ) |
initialise the telescope driver, return 1 for success
| export_int lxgTelescopeName | ( | int | max_len, | |
| char * | telescope_name | |||
| ) |
Return the name of the telescope driver, return 1 for success.
| max_len | (in) max length of name |
| telescope_name | (out) name of driver |
| export_int lxgTelescopeSetup | ( | ) |
Open GUI dialog for setup of telescope driver, return 1 for success.
| export_int lxgTelescopeStartGuide | ( | ) |
Start a guiding sequence, return 1 for success.
| export_int lxgTelescopeStopGuide | ( | ) |
Stop a guiding sequence, return 1 for success.
1.5.1-p1