public class NmeaStreamProcessor extends Object
Constructor and Description |
---|
NmeaStreamProcessor(NmeaStreamProcessorListener listener,
boolean matchWithTimestampLine) |
NmeaStreamProcessor(NmeaStreamProcessorListener listener,
boolean matchWithTimestampLine,
long logCountFrequency)
Constructor.
|
NmeaStreamProcessor(NmeaStreamProcessorListener listener,
boolean matchWithTimestampLine,
long logCountFrequency,
int nmeaBufferSize)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
line(String line)
Handles the arrival of a new NMEA line and assumes its arrival time is
now.
|
public NmeaStreamProcessor(NmeaStreamProcessorListener listener, boolean matchWithTimestampLine, long logCountFrequency, int nmeaBufferSize)
listener
- matchWithTimestampLine
- public NmeaStreamProcessor(NmeaStreamProcessorListener listener, boolean matchWithTimestampLine, long logCountFrequency)
listener
- matchWithTimestampLine
- public NmeaStreamProcessor(NmeaStreamProcessorListener listener, boolean matchWithTimestampLine)
public void line(String line)
line
- Copyright © 2020. All rights reserved.