Lely core libraries  2.2.5
io2.h
Go to the documentation of this file.
1 
21 #ifndef LELY_IO2_IO2_H_
22 #define LELY_IO2_IO2_H_
23 
24 #include <lely/features.h>
25 
27 typedef struct io_ctx io_ctx_t;
28 
29 #ifndef LELY_IO_RX_TIMEOUT
30 #define LELY_IO_RX_TIMEOUT 100
32 #endif
33 
34 #ifndef LELY_IO_TX_TIMEOUT
35 #define LELY_IO_TX_TIMEOUT 10
37 #endif
38 
39 #endif // !LELY_IO2_IO2_H_
features.h
io_ctx
Definition: ctx.c:35