public class GPSMessageConsolidator extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GPSMessageConsolidator.ConsolidatedGPSData |
| Constructor and Description |
|---|
GPSMessageConsolidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
insertGGA(net.sf.marineapi.nmea.sentence.GGASentence s)
Process a GGA sentence.
|
void |
insertGSA(net.sf.marineapi.nmea.sentence.GSASentence s)
Process a GSA sentence
|
void |
insertRMC(net.sf.marineapi.nmea.sentence.RMCSentence s)
Process RMC sentence.
|
void |
insertVTG(net.sf.marineapi.nmea.sentence.VTGSentence s)
Process VTG sentence.
|
public void insertGGA(net.sf.marineapi.nmea.sentence.GGASentence s)
s - sentencepublic void insertGSA(net.sf.marineapi.nmea.sentence.GSASentence s)
throws IOException
s - sentenceIOException - if send message failspublic void insertVTG(net.sf.marineapi.nmea.sentence.VTGSentence s)
throws IOException
s - sentenceIOException - if send message failspublic void insertRMC(net.sf.marineapi.nmea.sentence.RMCSentence s)
throws IOException
s - sentenceIOException - if send message failsCopyright © 2017. All rights reserved.