rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
GPSlocation Struct Reference

#include <nmea.h>

Collaboration diagram for GPSlocation:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 27 of file nmea.h.

Field Documentation

◆ altitude

float GPSlocation::altitude

Definition at line 31 of file nmea.h.

Referenced by nmea_parse_gpgga().

◆ course

float GPSlocation::course

Definition at line 32 of file nmea.h.

Referenced by nmea_parse_gprmc().

◆ lat

char GPSlocation::lat

Definition at line 37 of file nmea.h.

Referenced by gps_location(), nmea_parse_gpgga(), and nmea_parse_gprmc().

◆ latitude

float GPSlocation::latitude

Definition at line 28 of file nmea.h.

Referenced by gps_location(), nmea_parse_gpgga(), nmea_parse_gprmc(), and printGpsInfo().

◆ lon

char GPSlocation::lon

Definition at line 38 of file nmea.h.

Referenced by gps_location(), nmea_parse_gpgga(), and nmea_parse_gprmc().

◆ longitude

float GPSlocation::longitude

Definition at line 29 of file nmea.h.

Referenced by gps_location(), nmea_parse_gpgga(), nmea_parse_gprmc(), and printGpsInfo().

◆ quality

int GPSlocation::quality

Definition at line 35 of file nmea.h.

Referenced by nmea_parse_gpgga(), nmea_parse_gprmc(), and onGpsMessage().

◆ satellites

int GPSlocation::satellites

Definition at line 36 of file nmea.h.

Referenced by nmea_parse_gpgga().

◆ speed

float GPSlocation::speed

Definition at line 30 of file nmea.h.

Referenced by getCurrentSpeed(), and nmea_parse_gprmc().

◆ time

efidatetime_t GPSlocation::time

Definition at line 33 of file nmea.h.

Referenced by nmea_parse_gprmc(), and onGpsMessage().

◆ type

nmea_message_type GPSlocation::type

Definition at line 34 of file nmea.h.

Referenced by gps_location().


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