#include <garmin.h>
Inheritance diagram for gps::Pgrmt:


Public Member Functions | |
| Pgrmt (const char sentence[]) | |
| Constructs a PGRMT sentence. | |
| char * | model (void) |
| Gets product, model and software version. | |
| int | checksumFail (void) const |
| Gets ROM checksum test. | |
| int | dataLost (void) const |
| Gets stored data lost status. | |
| int | clockLost (void) const |
| Gets real time clock lost status. | |
| int | oscillatorDrift (void) const |
| Gets oscillator drift status. | |
| int | dataCollection (void) const |
| Gets data collection status. | |
| int | temperature (void) const |
| Gets GPS sensor temperature. | |
| int | configurationLost (void) const |
| Gets GPS configuration data status. | |
| gps::Pgrmt::Pgrmt | ( | const char | sentence[] | ) |
Constructs a PGRMT sentence.
| sentence | pointer to string sentence. |
| char* gps::Pgrmt::model | ( | void | ) |
Gets product, model and software version.
| int gps::Pgrmt::checksumFail | ( | void | ) | const |
Gets ROM checksum test.
| int gps::Pgrmt::dataLost | ( | void | ) | const |
Gets stored data lost status.
| int gps::Pgrmt::clockLost | ( | void | ) | const |
Gets real time clock lost status.
| int gps::Pgrmt::oscillatorDrift | ( | void | ) | const |
Gets oscillator drift status.
| int gps::Pgrmt::dataCollection | ( | void | ) | const |
Gets data collection status.
| int gps::Pgrmt::temperature | ( | void | ) | const |
Gets GPS sensor temperature.
| int gps::Pgrmt::configurationLost | ( | void | ) | const |
Gets GPS configuration data status.
1.5.2