#include <nmea0183.h>
Inheritance diagram for gps::Gpgsa:


Public Member Functions | |
| int | mode (void) const |
| Gets mode. | |
| int | type (void) const |
| Gets fix type. | |
| int | prn (int prn[]) const |
| Gets PRN number. | |
| double | pdop (void) const |
| Gets position dilution of precision. | |
| double | hdop (void) const |
| Gets horizontal dilution of precision. | |
| double | vdop (void) const |
| Gets vertical dilution of precision. | |
| Gpgsa (const char sentence[]) | |
| Constructs a GPGSA sentence. | |
| gps::Gpgsa::Gpgsa | ( | const char | sentence[] | ) |
Constructs a GPGSA sentence.
| sentence | pointer to string sentence. |
| int gps::Gpgsa::mode | ( | void | ) | const |
Gets mode.
| int gps::Gpgsa::type | ( | void | ) | const |
Gets fix type.
| int gps::Gpgsa::prn | ( | int | prn[] | ) | const |
Gets PRN number.
| double gps::Gpgsa::pdop | ( | void | ) | const |
Gets position dilution of precision.
| double gps::Gpgsa::hdop | ( | void | ) | const |
Gets horizontal dilution of precision.
| double gps::Gpgsa::vdop | ( | void | ) | const |
Gets vertical dilution of precision.
1.5.2