@FunctionalInterface
public interface GPSSentenceParser
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
parseNMEA0183DataLine(java.lang.String line,
GpsFix fix,
SatelliteCatalog satCatalog,
java.lang.String source)
Parse an NMEA-0183 standard data sentence into GPS data structure values.
|
java.lang.Object parseNMEA0183DataLine(java.lang.String line,
GpsFix fix,
SatelliteCatalog satCatalog,
java.lang.String source)
line - String line to parsefix - GpsFix data structure to populate, or null if a new one should be allocatedsatCatalog - SatelliteCatalog data structure to populate, or null if a new one should be allocatedsource - callsign of source (used only for error messages)