29 #ifndef PIOS_FLIGHTGEAR_H
30 #define PIOS_FLIGHTGEAR_H
36 #if !(defined(_WIN32) || defined(WIN32) || defined(__MINGW32__))
37 #include <sys/socket.h>
38 #include <arpa/inet.h>
39 #include <netinet/in.h>
40 #include <netinet/udp.h>
Main PiOS header to include all the compiled in PiOS options.
int32_t PIOS_FLIGHTGEAR_Init(flightgear_dev_t *dev, uint16_t port)
struct flightgear_dev * flightgear_dev_t