Go to the source code of this file.
Classes |
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...
|
Typedefs |
typedef struct _nmeaGPGGA | nmeaGPGGA |
| GGA packet information structure (Global Positioning System Fix Data)
|
typedef struct _nmeaGPGSA | nmeaGPGSA |
| GSA packet information structure (Satellite status)
|
typedef struct _nmeaGPGSV | nmeaGPGSV |
| GSV packet information structure (Satellites in view)
|
typedef struct _nmeaGPRMC | nmeaGPRMC |
| RMC packet information structure (Recommended Minimum sentence C)
|
typedef struct _nmeaGPVTG | nmeaGPVTG |
| VTG packet information structure (Track made good and ground speed)
|
Detailed Description
Definition in file sentence.h.
Typedef Documentation
GGA packet information structure (Global Positioning System Fix Data)
GSA packet information structure (Satellite status)
GSV packet information structure (Satellites in view)
RMC packet information structure (Recommended Minimum sentence C)
VTG packet information structure (Track made good and ground speed)
Enumeration Type Documentation
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.
Function Documentation