30 #ifndef PIOS_TCP_PRIV_H
31 #define PIOS_TCP_PRIV_H
37 #if !(defined(_WIN32) || defined(WIN32) || defined(__MINGW32__))
38 #include <sys/socket.h>
39 #include <arpa/inet.h>
40 #include <netinet/in.h>
41 #include <netinet/tcp.h>
Main PiOS header to include all the compiled in PiOS options.
static struct flyingpicmd_cfg_fa cfg
int32_t PIOS_TCP_Init(uintptr_t *tcp_id, const struct pios_tcp_cfg *cfg)
const struct pios_com_driver pios_tcp_com_driver