|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GPSrxtx | |
---|---|
gps.connection | |
gps.mvc | |
gps.mvc.commands | |
gps.mvc.commands.mtk | |
gps.mvc.commands.wp | |
net.sf.bt747.test | |
net.sf.bt747.test.models.mtk.commands |
Uses of GPSrxtx in gps.connection |
---|
Methods in gps.connection with parameters of type GPSrxtx | |
---|---|
static void |
MtkBinWriter.doSetMtkBinMode(GPSrxtx context)
|
static void |
MtkBinWriter.doSetNmeaMode(GPSrxtx gpsRxtx)
|
static void |
MtkBinWriter.doSetNmeaMode(GPSrxtx gpsRxtx,
int baudrate)
Sets the mtk nmea mode. |
void |
WPDecoderState.enterState(GPSrxtx context)
|
void |
SirfDecoderState.enterState(GPSrxtx context)
|
void |
NMEADecoderState.enterState(GPSrxtx context)
|
void |
MtkBinDecoderState.enterState(GPSrxtx context)
|
void |
DecoderStateInterface.enterState(GPSrxtx context)
Indicates this state is entered. |
void |
WPDecoderState.exitState(GPSrxtx context)
|
void |
SirfDecoderState.exitState(GPSrxtx context)
|
void |
NMEADecoderState.exitState(GPSrxtx context)
|
void |
MtkBinDecoderState.exitState(GPSrxtx context)
|
void |
DecoderStateInterface.exitState(GPSrxtx context)
Indicates this state is stopped. |
java.lang.Object |
WPDecoderState.getResponse(GPSrxtx context)
|
java.lang.Object |
SirfDecoderState.getResponse(GPSrxtx context)
|
java.lang.Object |
NMEADecoderState.getResponse(GPSrxtx context)
|
java.lang.Object |
MtkBinDecoderState.getResponse(GPSrxtx context)
|
java.lang.Object |
DecoderStateInterface.getResponse(GPSrxtx context)
Returns valid data from the serial link. |
static void |
WPWriter.sendCmd(GPSrxtx context,
int cmd,
int rcvBufferSize)
|
static void |
WPWriter.sendCmd(GPSrxtx context,
int cmd,
int arg,
int rcvBufferSize)
Send command and argument. |
static void |
MtkBinWriter.sendCmd(GPSrxtx context,
MtkBinTransportMessageModel msg)
|
static void |
WPWriter.sendCmd(GPSrxtx context,
java.lang.String cmd)
|
static void |
WPWriter.sendCmd(GPSrxtx context,
java.lang.String cmd,
int rcvBufferSize)
|
static void |
NMEAWriter.sendPacket(GPSrxtx context,
java.lang.String packetNoCheckSum)
Adds $ to start of string and checksum (including star) before writing. |
static void |
MtkBinWriter.setMtkBinMode(GPSrxtx context,
int baudrate)
Sets the mtk bin mode. |
Uses of GPSrxtx in gps.mvc |
---|
Fields in gps.mvc declared as GPSrxtx | |
---|---|
GPSrxtx |
DeviceDirector.gpsRxTx
|
Methods in gps.mvc that return GPSrxtx | |
---|---|
GPSrxtx |
GpsLinkHandler.getGPSRxtx()
|
Methods in gps.mvc with parameters of type GPSrxtx | |
---|---|
void |
GpsModel.setGPSRxtx(GPSrxtx gpsRxTx)
Start |
void |
GpsLinkHandler.setGPSRxtx(GPSrxtx gpsRxTx)
|
void |
DeviceDirector.setProtocol(GPSrxtx gpsRxTx,
int protocol)
|
Constructors in gps.mvc with parameters of type GPSrxtx | |
---|---|
GpsModel(GPSrxtx gpsRxTx,
int protocol)
Initialiser. |
Uses of GPSrxtx in gps.mvc.commands |
---|
Methods in gps.mvc.commands with parameters of type GPSrxtx | |
---|---|
void |
GpsLinkNmeaCommand.execute(GPSrxtx context)
|
void |
GpsLinkExecCommand.execute(GPSrxtx context)
Do what needs to be done for the specific command. |
Uses of GPSrxtx in gps.mvc.commands.mtk |
---|
Methods in gps.mvc.commands.mtk with parameters of type GPSrxtx | |
---|---|
void |
SetNmeaModeCommand.execute(GPSrxtx context)
|
void |
SetMtkBinModeCommand.execute(GPSrxtx context)
|
void |
MtkBinCommand.execute(GPSrxtx context)
|
Uses of GPSrxtx in gps.mvc.commands.wp |
---|
Methods in gps.mvc.commands.wp with parameters of type GPSrxtx | |
---|---|
void |
WPStrCommand.execute(GPSrxtx context)
|
void |
WPIntCommand.execute(GPSrxtx context)
|
void |
WPExitModeCommand.execute(GPSrxtx context)
|
void |
WPEnterModeCommand.execute(GPSrxtx context)
|
Uses of GPSrxtx in net.sf.bt747.test |
---|
Fields in net.sf.bt747.test declared as GPSrxtx | |
---|---|
GPSrxtx |
IBlue747Model.gpsRxTx
|
Methods in net.sf.bt747.test with parameters of type GPSrxtx | |
---|---|
void |
WPDeviceDecoderState.enterState(GPSrxtx context)
|
void |
TextOrNMEADecoderState.enterState(GPSrxtx context)
|
void |
WPDeviceStrCommand.execute(GPSrxtx context)
|
void |
WPDeviceReplyCommand.execute(GPSrxtx context)
|
void |
WPDeviceDecoderState.exitState(GPSrxtx context)
|
void |
TextOrNMEADecoderState.exitState(GPSrxtx context)
|
java.lang.Object |
WPDeviceDecoderState.getResponse(GPSrxtx context)
|
java.lang.Object |
TextOrNMEADecoderState.getResponse(GPSrxtx context)
|
static void |
WPDeviceWriter.sendCmd(GPSrxtx context,
byte[] b)
|
Uses of GPSrxtx in net.sf.bt747.test.models.mtk.commands |
---|
Methods in net.sf.bt747.test.models.mtk.commands with parameters of type GPSrxtx | |
---|---|
void |
EpoReply.execute(GPSrxtx context)
|
void |
Acknowledge.execute(GPSrxtx context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |