rusEFI
The most advanced open source ECU
|
#include <nmea.h>
Data Fields | |
float | latitude |
float | longitude |
float | speed |
float | altitude |
float | course |
efidatetime_t | time |
nmea_message_type | type |
int | quality |
int | satellites |
char | lat |
char | lon |
float GPSlocation::altitude |
Definition at line 31 of file nmea.h.
Referenced by nmea_parse_gpgga().
float GPSlocation::course |
Definition at line 32 of file nmea.h.
Referenced by nmea_parse_gprmc().
char GPSlocation::lat |
Definition at line 37 of file nmea.h.
Referenced by gps_location(), nmea_parse_gpgga(), and nmea_parse_gprmc().
float GPSlocation::latitude |
Definition at line 28 of file nmea.h.
Referenced by gps_location(), nmea_parse_gpgga(), nmea_parse_gprmc(), and printGpsInfo().
char GPSlocation::lon |
Definition at line 38 of file nmea.h.
Referenced by gps_location(), nmea_parse_gpgga(), and nmea_parse_gprmc().
float GPSlocation::longitude |
Definition at line 29 of file nmea.h.
Referenced by gps_location(), nmea_parse_gpgga(), nmea_parse_gprmc(), and printGpsInfo().
int GPSlocation::quality |
Definition at line 35 of file nmea.h.
Referenced by nmea_parse_gpgga(), nmea_parse_gprmc(), and onGpsMessage().
int GPSlocation::satellites |
Definition at line 36 of file nmea.h.
Referenced by nmea_parse_gpgga().
float GPSlocation::speed |
Definition at line 30 of file nmea.h.
Referenced by getCurrentSpeed(), and nmea_parse_gprmc().
efidatetime_t GPSlocation::time |
Definition at line 33 of file nmea.h.
Referenced by nmea_parse_gprmc(), and onGpsMessage().
nmea_message_type GPSlocation::type |
Definition at line 34 of file nmea.h.
Referenced by gps_location().