gps::Gpgsa Class Reference

#include <nmea0183.h>

Inheritance diagram for gps::Gpgsa:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

GPS DOP and active satellites sentence.


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.


Constructor & Destructor Documentation

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

Constructs a GPGSA sentence.

Parameters:
sentence pointer to string sentence.


Member Function Documentation

int gps::Gpgsa::mode ( void   )  const

Gets mode.

Returns:
Mode.

int gps::Gpgsa::type ( void   )  const

Gets fix type.

Returns:
Fix type.

int gps::Gpgsa::prn ( int  prn[]  )  const

Gets PRN number.

double gps::Gpgsa::pdop ( void   )  const

Gets position dilution of precision.

Returns:
Position dilution of precision.

double gps::Gpgsa::hdop ( void   )  const

Gets horizontal dilution of precision.

Returns:
Horizontal dilution of precision.

double gps::Gpgsa::vdop ( void   )  const

Gets vertical dilution of precision.

Returns:
Horizontal dilution of precision.


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