lxgTelescopeFile Reference


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 Documentation

#define export_int   __declspec(dllexport) int __cdecl


Function Documentation

export_int lxgTelescopeGuide ( long  timestamp,
double  dx,
double  dy 
)

Perform guiding by reporting guiding error in RA and DEC, return 1 for success.

Parameters:
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.

Parameters:
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.


Generated on Sat Jan 13 20:24:18 2007 for lxgTest by  doxygen 1.5.1-p1