public class NmeaMessageParser extends Object
| Constructor and Description |
|---|
NmeaMessageParser() |
| Modifier and Type | Method and Description |
|---|---|
static LinkedHashMap<String,String> |
extractTags(String s)
Returns the tags from the tag block section of the message (NMEA v4.0).
|
NmeaMessage |
parse(String line)
Return an
NmeaMessage from the given NMEA line. |
public NmeaMessage parse(String line)
NmeaMessage from the given NMEA line.line - public static LinkedHashMap<String,String> extractTags(String s)
s - Copyright © 2020. All rights reserved.