libpandac
0.0.0
A library designed for a comm.ai Panda.
|
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. | |