Package | Description |
---|---|
org.openimaj.hardware.gps |
Modifier and Type | Field and Description |
---|---|
static NMEASentenceType |
NMEASentenceType.MAX_VALUE |
static NMEASentenceType |
NMEASentenceType.MIN_VALUE |
NMEASentenceType |
NMEAMessage.sentenceType |
Modifier and Type | Method and Description |
---|---|
static NMEASentenceType |
NMEASentenceType.$INIT(Object... para) |
NMEASentenceType |
NMEASentenceType.next() |
NMEASentenceType |
NMEASentenceType.previous() |
static NMEASentenceType |
NMEASentenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NMEASentenceType[] |
NMEASentenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|