See: Description
| Interface | Description |
|---|---|
| GPSSentenceParser |
Interface defining a custom parser for a particular NMEA-0183 sentence.
|
| Class | Description |
|---|---|
| GpsFix |
This class is a data structure containing one GPS location fix.
|
| GPSParser |
This singleton functor 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 GNSS satellite.
|
| Enum | Description |
|---|---|
| GpsFixQuality |
This enum defines the fix quality (as used in the NMEA 0183 V3.01 $GPGGA sentence).
|
| SatelliteState.GnssId |
ID codes for constellations of GNSS as used by gpsd (as derived from u-blox usage).
|
GPSParser.registerSentenceParser(java.lang.String, org.ka2ddo.gps.GPSSentenceParser)
method.