|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.bt747.test.TextOrNMEADecoderState
public final class TextOrNMEADecoderState
This State will interpret the input stream as NMEA data.
Constructor Summary | |
---|---|
TextOrNMEADecoderState()
|
Method Summary | |
---|---|
void |
enterState(GPSrxtx context)
Indicates this state is entered. |
void |
exitState(GPSrxtx context)
Indicates this state is stopped. |
java.lang.Object |
getResponse(GPSrxtx context)
Returns valid data from the serial link. |
static void |
setIgnoreNMEA(boolean ignoreNMEA)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextOrNMEADecoderState()
Method Detail |
---|
public static final void setIgnoreNMEA(boolean ignoreNMEA)
ignoreNMEA
- The ignoreNMEA to set.public final java.lang.Object getResponse(GPSrxtx context)
DecoderStateInterface
getResponse
in interface DecoderStateInterface
public final void enterState(GPSrxtx context)
DecoderStateInterface
enterState
in interface DecoderStateInterface
public void exitState(GPSrxtx context)
DecoderStateInterface
exitState
in interface DecoderStateInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |