fix some little bugs, test client and server @dummy camera

This commit is contained in:
2022-03-18 15:28:47 +03:00
parent ebf6a53d63
commit c452b36a16
12 changed files with 334 additions and 230 deletions

View File

@@ -32,9 +32,11 @@ typedef enum{
// server-side functions
void server(int fd);
char *makeabspath(const char *path);
// common information about everything
#define CMD_INFO "info"
#define CMD_HELP "help"
// CCD/CMOS
#define CMD_CAMLIST "camlist"
@@ -63,7 +65,7 @@ void server(int fd);
// focuser
#define CMD_FOCLIST "foclist"
#define CMD_FDEVNO "focdevno"
#define CMD_FGOTO "focgoto"
#define CMD_FGOTO "focpos"
// wheel
#define CMD_WLIST "wlist"