rebuild code to run image viewer in standalone or client mode (not implemented yet)

This commit is contained in:
2023-02-07 17:01:06 +03:00
parent 089370d276
commit 764aa50ccc
10 changed files with 428 additions and 339 deletions

View File

@@ -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__