|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgps.connection.MtkBinDecoderState
public class MtkBinDecoderState
This state will handle binary responses from the MTK based logger device. Work in progress.
Constructor Summary | |
---|---|
MtkBinDecoderState()
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MtkBinDecoderState()
Method Detail |
---|
public void enterState(GPSrxtx context)
DecoderStateInterface
enterState
in interface DecoderStateInterface
public void exitState(GPSrxtx context)
DecoderStateInterface
exitState
in interface DecoderStateInterface
public final java.lang.Object getResponse(GPSrxtx context)
DecoderStateInterface
getResponse
in interface DecoderStateInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |