public class DepthFinderMessageConsolidator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DepthFinderMessageConsolidator.ConsolidatedDepthFinderData
Data Structure to store and transfer the consolidated depth information.
|
| Constructor and Description |
|---|
DepthFinderMessageConsolidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
insertDPT(net.sf.marineapi.nmea.sentence.DPTSentence s)
Process a DPT sentence.
|
void |
insertMTW(net.sf.marineapi.nmea.sentence.MTWSentence s)
Process a MTW sentence.
|
void |
insertVHW(net.sf.marineapi.nmea.sentence.VHWSentence s)
Process a VHW sentence.
|
public void insertVHW(net.sf.marineapi.nmea.sentence.VHWSentence s)
s - sentencepublic void insertMTW(net.sf.marineapi.nmea.sentence.MTWSentence s)
s - sentencepublic void insertDPT(net.sf.marineapi.nmea.sentence.DPTSentence s)
throws IOException
s - sentenceIOException - if send message failsCopyright © 2017. All rights reserved.