private static class NmeaReader.NMEAParserState extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
checksum_errors |
protected int |
malformed |
protected int |
no_checksum |
protected java.lang.String |
p_Date |
protected java.lang.String |
p_Time |
protected WayPoint |
p_Wp |
protected int |
success |
protected int |
unknown |
protected java.util.Collection<WayPoint> |
waypoints |
protected int |
zero_coord |
Modifier | Constructor and Description |
---|---|
private |
NMEAParserState() |
protected java.lang.String p_Time
protected java.lang.String p_Date
protected int success
protected int malformed
protected int checksum_errors
protected int no_checksum
protected int unknown
protected int zero_coord
private NMEAParserState()