gps::Pgrmt Class Reference

#include <garmin.h>

Inheritance diagram for gps::Pgrmt:

Inheritance graph
[legend]
Collaboration diagram for gps::Pgrmt:

Collaboration graph
[legend]
List of all members.

Detailed Description

Sensor status information sentence.


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.


Constructor & Destructor Documentation

gps::Pgrmt::Pgrmt ( const char  sentence[]  ) 

Constructs a PGRMT sentence.

Parameters:
sentence pointer to string sentence.


Member Function Documentation

char* gps::Pgrmt::model ( void   ) 

Gets product, model and software version.

Returns:
Pointer to product, model and software version string.

int gps::Pgrmt::checksumFail ( void   )  const

Gets ROM checksum test.

Returns:
Test status.

int gps::Pgrmt::dataLost ( void   )  const

Gets stored data lost status.

Returns:
Stored data lost status.

int gps::Pgrmt::clockLost ( void   )  const

Gets real time clock lost status.

Returns:
Real time clock lost status.

int gps::Pgrmt::oscillatorDrift ( void   )  const

Gets oscillator drift status.

Returns:
Oscillator drift status.

int gps::Pgrmt::dataCollection ( void   )  const

Gets data collection status.

Returns:
Data Collection status.

int gps::Pgrmt::temperature ( void   )  const

Gets GPS sensor temperature.

Returns:
Sensor temperature in degrees C.

int gps::Pgrmt::configurationLost ( void   )  const

Gets GPS configuration data status.

Returns:
Configuration data status.


The documentation for this class was generated from the following file:
Generated on Fri May 23 04:11:15 2008 for GPS Library by  doxygen 1.5.2