mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 16:50:59 +03:00
fix some little bugs, add some more functions, start testing on ZWO
This commit is contained in:
6
socket.h
6
socket.h
@@ -44,9 +44,9 @@ const char *hresult2str(hresult r);
|
||||
typedef hresult (*mesghandler)(int fd, const char *key, const char *val);
|
||||
|
||||
typedef struct{
|
||||
int (*chkfunction)(char *val); // function to check device is ready
|
||||
mesghandler handler; // handler function
|
||||
const char *key; // keyword
|
||||
hresult (*chkfunction)(char *val); // function to check device is ready
|
||||
mesghandler handler; // handler function
|
||||
const char *key; // keyword
|
||||
} handleritem;
|
||||
|
||||
int start_socket(int server, char *path, int isnet);
|
||||
|
||||
Reference in New Issue
Block a user