Go to the source code of this file.
|
struct | _nmeaGPGGA |
| GGA packet information structure (Global Positioning System Fix Data) More...
|
|
struct | _nmeaGPGSA |
| GSA packet information structure (Satellite status) More...
|
|
struct | _nmeaGPGSV |
| GSV packet information structure (Satellites in view) More...
|
|
struct | _nmeaGPRMC |
| RMC packet information structure (Recommended Minimum sentence C) More...
|
|
struct | _nmeaGPVTG |
| VTG packet information structure (Track made good and ground speed) More...
|
|
◆ nmeaGPGGA
GGA packet information structure (Global Positioning System Fix Data)
◆ nmeaGPGSA
GSA packet information structure (Satellite status)
◆ nmeaGPGSV
GSV packet information structure (Satellites in view)
◆ nmeaGPRMC
RMC packet information structure (Recommended Minimum sentence C)
◆ nmeaGPVTG
VTG packet information structure (Track made good and ground speed)
◆ nmeaPACKTYPE
NMEA packets type which parsed and generated by library.
Enumerator |
---|
GPNON | Unknown packet type.
|
GPGGA | GGA - Essential fix data which provide 3D location and accuracy data.
|
GPGSA | GSA - GPS receiver operating mode, SVs used for navigation, and DOP values.
|
GPGSV | GSV - Number of SVs in view, PRN numbers, elevation, azimuth & SNR values.
|
GPRMC | RMC - Recommended Minimum Specific GPS/TRANSIT Data.
|
GPVTG | VTG - Actual track made good and speed over ground.
|
Definition at line 26 of file sentence.h.
◆ nmea_zero_GPGGA()
◆ nmea_zero_GPGSA()
◆ nmea_zero_GPGSV()
◆ nmea_zero_GPRMC()
◆ nmea_zero_GPVTG()