change stored size (8/16 bit); allocate img for server in shared memory (TODO: add to client ability of reading from shm)

This commit is contained in:
2023-12-14 16:55:03 +03:00
parent cb38636d78
commit 8132c07479
19 changed files with 637 additions and 395 deletions

View File

@@ -31,6 +31,8 @@ int prepare_ccds();
void ccds();
void camstop();
int getNbytes(IMG *image);
int startCCD(void **dlh);
int startWheel(void **dlh);
int startFocuser(void **dlh);