|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecoderStateInterface | |
---|---|
gps.connection | |
net.sf.bt747.test |
Uses of DecoderStateInterface in gps.connection |
---|
Classes in gps.connection that implement DecoderStateInterface | |
---|---|
class |
MtkBinDecoderState
This state will handle binary responses from the MTK based logger device. |
class |
NMEADecoderState
This State will interpret the input stream as NMEA data. |
class |
SirfDecoderState
This state will handle Sirf packages from the SIRF based device. |
class |
WPDecoderState
Refactoring is ongoing. |
Methods in gps.connection that return DecoderStateInterface | |
---|---|
static DecoderStateInterface |
DecoderStateFactory.getInstance(int state)
Gets an instance for the requested state. |
Methods in gps.connection with parameters of type DecoderStateInterface | |
---|---|
void |
GPSrxtx.newState(DecoderStateInterface newState)
Enters a state that can be provided for externally. |
Uses of DecoderStateInterface in net.sf.bt747.test |
---|
Classes in net.sf.bt747.test that implement DecoderStateInterface | |
---|---|
class |
TextOrNMEADecoderState
This State will interpret the input stream as NMEA data. |
class |
WPDeviceDecoderState
This captures the commands coming from BT747. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |