libpandac  0.0.0
A library designed for a comm.ai Panda.
Public Attributes | List of all members
Panda::_GpsInfo Struct Reference
Collaboration diagram for Panda::_GpsInfo:
Collaboration graph

Public Attributes

char status = 'V'
 Either 'V' for Inactive (no locaiton updates) or 'A' for Active (GPS has a fix)
 
int diffId = 0
 Differential ID from GGA strings.
 
double diffAge = 0
 Differential Age from GGA strings.
 
char automode = 0
 Fix type mode, either 'M' for Manual or 'A'(?) for Auto from GSA string.
 
int fixType = 0
 Fix type from GSA string: 1 for no fix, 2 for 2D fix, 3 for 3D fix.
 
int GGAcount = 0
 Not a part NMEA strings, from NMEAParser.
 

The documentation for this struct was generated from the following file: