GGA - essential fix data which provide 3D location and accuracy data. More...
#include <gps_messages.h>
Data Fields | |
double | timestamp |
int | nr |
double | utc |
double | latitude |
double | latitude_dm |
char | lat_orient |
double | longitude |
double | longitude_dm |
char | long_orient |
int | gps_quality |
int | num_satellites |
double | hdop |
double | sea_level |
double | altitude |
double | geo_sea_level |
double | geo_sep |
int | data_age |
char * | host |
GGA - essential fix data which provide 3D location and accuracy data.
Units of antenna altitude, meters
Referenced by gps_parse_gga(), and main().
Age of differential GPS data, time in seconds since last SC104 type 1 or 9 update, null field when DGPS is not used
Referenced by gps_parse_gga(), and main().
Geoidal separation, the difference between the WGS-84 earth ellipsoid and mean-sea-level (geoid), "-" means mean-sea-level below ellipsoid
Referenced by gps_parse_gga(), and main().
Units of geoidal separation, meters
Referenced by gps_parse_gga(), and main().
GPS Quality Indicator, 0 - fix not available, 1 - GPS fix, 2 - Differential GPS fix
Referenced by gps_parse_gga(), and main().
double gps_gpgga_data_message::hdop |
Horizontal Dilution of precision
Referenced by gps_parse_gga(), and main().
N or S (North or South)
Referenced by gps_parse_gga(), and main().
latitude as a real floating point number
Referenced by gps_parse_gga(), and main().
latitude as DDMM.MMMM format (as in the NMEA text message)
Referenced by gps_parse_gga(), and main().
E or W (East or West)
Referenced by gps_parse_gga(), and main().
longitude as a real floating point number
Referenced by gps_parse_gga(), and main().
longitude as DDMM.MMMM format (as in the NMEA text message)
Referenced by gps_parse_gga(), and main().
number of the gps unit
Number of satellites in view, 00-12
Referenced by gps_parse_gga(), and main().
Antenna Altitude above/below mean-sea-level (geoid)
Referenced by gps_parse_gga(), and main().
double gps_gpgga_data_message::utc |
Universal Time Coordinated (UTC)
Referenced by gps_parse_gga(), and main().