NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gps.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gps_config
 

Enumerations

enum  gpsProvider_e { GPS_NMEA = 0, GPS_UBLOX, GPS_PROVIDER_MAX }
 
enum  gpsAutoConfig_e { GPS_AUTOCONFIG_OFF = 0, GPS_AUTOCONFIG_ON }
 
enum  gpsAutoBaud_e { GPS_AUTOBAUD_OFF = 0, GPS_AUTOBAUD_ON }
 
enum  sbasMode_e {
  SBAS_AUTO = 0, SBAS_EGNOS, SBAS_WAAS, SBAS_MSAS,
  SBAS_GAGAN
}
 

Functions

struct gps_config __attribute__ ((packed))
 

Variables

typedef __attribute__
 
gpsProvider_e provider
 
sbasMode_e sbasMode
 
gpsAutoConfig_e autoConfig
 
gpsAutoBaud_e autoBaud
 

Enumeration Type Documentation

Enumerator
GPS_AUTOBAUD_OFF 
GPS_AUTOBAUD_ON 
Enumerator
GPS_AUTOCONFIG_OFF 
GPS_AUTOCONFIG_ON 
Enumerator
GPS_NMEA 
GPS_UBLOX 
GPS_PROVIDER_MAX 
enum sbasMode_e
Enumerator
SBAS_AUTO 
SBAS_EGNOS 
SBAS_WAAS 
SBAS_MSAS 
SBAS_GAGAN 

Function Documentation

struct gps_config __attribute__ ( (packed)  )

Variable Documentation

typedef __attribute__
gpsAutoBaud_e autoBaud
gpsAutoConfig_e autoConfig
gpsProvider_e provider
sbasMode_e sbasMode