Package org.ka2ddo.gps

This package defines classes for parsing and reporting GPS position information as received directly from a GPS receiver in NMEA-0183 format.

See:
          Description

Class Summary
GpsFix This class is a data structure containing one GPS location fix.
GPSParser This class collects GPS data from GPS data sources and accumulates current position data for use by other parts of the application.
SatelliteCatalog This class contains the current state data of the GPS satellites, as viewed from the position of the GPS receiver.
SatelliteState This class contains all the known information for one GPS satellite.
 

Enum Summary
GpsFixQuality This enum defines the fix quality (as used in the NMEA 0183 V3.01 $GPGGA sentence).
 

Package org.ka2ddo.gps Description

This package defines classes for parsing and reporting GPS position information as received directly from a GPS receiver in NMEA-0183 format.