mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 00:31:04 +03:00
rebuild code to run image viewer in standalone or client mode (not implemented yet)
This commit is contained in:
@@ -30,14 +30,16 @@ void calculate_stat(IMG *image);
|
||||
int saveFITS(IMG *img, char **outp); // for imageview module
|
||||
void focusers();
|
||||
void wheels();
|
||||
int prepare_ccds();
|
||||
void ccds();
|
||||
void cancel();
|
||||
|
||||
int startCCD(void **dlh);
|
||||
int startWheel(void **dlh);
|
||||
int startFocuser(void **dlh);
|
||||
void focclose(void *dlh);
|
||||
void closewheel(void *dlh);
|
||||
void closecam(void *dlh);
|
||||
void focclose();
|
||||
void closewheel();
|
||||
void closecam();
|
||||
int ccdcaptured(IMG **img);
|
||||
|
||||
#endif // CCDFUNC_H__
|
||||
|
||||
Reference in New Issue
Block a user