Lely core libraries 2.3.4
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
27typedef struct io_ctx io_ctx_t;
28
29#ifndef LELY_IO_RX_TIMEOUT
31#define LELY_IO_RX_TIMEOUT 100
32#endif
33
34#ifndef LELY_IO_TX_TIMEOUT
36#define LELY_IO_TX_TIMEOUT 10
37#endif
38
39#endif // !LELY_IO2_IO2_H_
This header file is part of the Lely libraries; it contains the compiler feature definitions.
Definition ctx.c:38