#include <nmea0183.h>
Inheritance diagram for gps::Gpgga:
Public Member Functions | |
Gpgga (const char sentence[]) | |
Constructs a GPGGA sentence. | |
void | time (struct timeval *tv) const |
Gets UTC time position fix. | |
double | latitude (void) const |
Gets latitude. | |
double | longitude (void) const |
Gets longitude. | |
int | quality (void) const |
Gets quality of the position fix indicator. | |
int | satellites (void) const |
Gets the number of satellites used. | |
double | hdop (void) const |
Gets the Horizontal Dilution of Precision. | |
double | seaHeight (void) const |
Gets the height above/belos sea level. | |
double | geoidalHeight (void) const |
Gets the height of geoid . |
gps::Gpgga::Gpgga | ( | const char | sentence[] | ) |
Constructs a GPGGA sentence.
sentence | pointer to string sentence. |
void gps::Gpgga::time | ( | struct timeval * | tv | ) | const |
Gets UTC time position fix.
tv | pointer to struct to receive time values. |
double gps::Gpgga::latitude | ( | void | ) | const |
Gets latitude.
double gps::Gpgga::longitude | ( | void | ) | const |
Gets longitude.
int gps::Gpgga::quality | ( | void | ) | const |
Gets quality of the position fix indicator.
int gps::Gpgga::satellites | ( | void | ) | const |
Gets the number of satellites used.
double gps::Gpgga::hdop | ( | void | ) | const |
Gets the Horizontal Dilution of Precision.
double gps::Gpgga::seaHeight | ( | void | ) | const |
Gets the height above/belos sea level.
double gps::Gpgga::geoidalHeight | ( | void | ) | const |
Gets the height of geoid .