org.openstreetmap.josm.io
Class NmeaReader.NMEAParserState

java.lang.Object
  extended by org.openstreetmap.josm.io.NmeaReader.NMEAParserState
Enclosing class:
NmeaReader

private static class NmeaReader.NMEAParserState
extends java.lang.Object


Field Summary
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
           
 
Constructor Summary
private NmeaReader.NMEAParserState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

waypoints

protected java.util.Collection<WayPoint> waypoints

p_Time

protected java.lang.String p_Time

p_Date

protected java.lang.String p_Date

p_Wp

protected WayPoint p_Wp

success

protected int success

malformed

protected int malformed

checksum_errors

protected int checksum_errors

no_checksum

protected int no_checksum

unknown

protected int unknown

zero_coord

protected int zero_coord
Constructor Detail

NmeaReader.NMEAParserState

private NmeaReader.NMEAParserState()


JOSM