public interface NmeaStreamProcessorListener
Modifier and Type | Method and Description |
---|---|
void |
invalidNmea(String line,
long arrivalTime,
String message)
Message has arrived that could not be parsed.
|
void |
message(String line,
long time)
Message has arrived with given timestamp.
|
void |
timestampNotFound(String line,
Long arrivalTime)
Message has arrived and could not be associated with a timestamp other
than the arrival time.
|
void message(String line, long time)
line
- nmea linetime
- in epoch msvoid timestampNotFound(String line, Long arrivalTime)
line
- nmea linearrivalTime
- in epoch msCopyright © 2020. All rights reserved.