public static enum NmeaReader.GPRMC extends java.lang.Enum<NmeaReader.GPRMC>
Enum Constant and Description |
---|
COURSE |
DATE |
LENGTH_EAST |
LENGTH_EAST_NAME |
MAGNETIC_DECLINATION |
MODE
Mode (A = autonom; D = differential; E = estimated; N = not valid; S
= simulated)
|
RECEIVER_WARNING
Warning from the receiver (A = data ok, V = warning)
|
SPEED |
TIME |
UNKNOWN |
WIDTH_NORTH |
WIDTH_NORTH_NAME |
Modifier and Type | Field and Description |
---|---|
int |
position |
Modifier and Type | Method and Description |
---|---|
static NmeaReader.GPRMC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NmeaReader.GPRMC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NmeaReader.GPRMC TIME
public static final NmeaReader.GPRMC RECEIVER_WARNING
public static final NmeaReader.GPRMC WIDTH_NORTH
public static final NmeaReader.GPRMC WIDTH_NORTH_NAME
public static final NmeaReader.GPRMC LENGTH_EAST
public static final NmeaReader.GPRMC LENGTH_EAST_NAME
public static final NmeaReader.GPRMC SPEED
public static final NmeaReader.GPRMC COURSE
public static final NmeaReader.GPRMC DATE
public static final NmeaReader.GPRMC MAGNETIC_DECLINATION
public static final NmeaReader.GPRMC UNKNOWN
public static final NmeaReader.GPRMC MODE
public final int position
public static NmeaReader.GPRMC[] values()
for (NmeaReader.GPRMC c : NmeaReader.GPRMC.values()) System.out.println(c);
public static NmeaReader.GPRMC valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null