private static class NmeaReader.NMEAParserState extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
checksumErrors |
protected int |
malformed |
protected int |
noChecksum |
protected java.lang.String |
pDate |
protected java.lang.String |
pTime |
protected WayPoint |
pWp |
protected int |
success |
protected int |
unknown |
protected java.util.Collection<WayPoint> |
waypoints |
protected int |
zeroCoord |
Modifier | Constructor and Description |
---|---|
private |
NMEAParserState() |
protected java.lang.String pTime
protected java.lang.String pDate
protected int success
protected int malformed
protected int checksumErrors
protected int noChecksum
protected int unknown
protected int zeroCoord
private NMEAParserState()