dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_flightgear.h File Reference

FlightGear driver header. More...

#include <pios.h>
#include <stdio.h>
#include <pthread.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netinet/udp.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>

Go to the source code of this file.

Typedefs

typedef struct flightgear_devflightgear_dev_t
 

Functions

int32_t PIOS_FLIGHTGEAR_Init (flightgear_dev_t *dev, uint16_t port)
 

Detailed Description

FlightGear driver header.

Author
dRonin, http://dRonin.org/, Copyright (C) 2017
See Also
The GNU Public License (GPL) Version 3

Definition in file pios_flightgear.h.

Typedef Documentation

Definition at line 50 of file pios_flightgear.h.