Uses of Interface
gps.mvc.commands.GpsLinkExecCommand

Packages that use GpsLinkExecCommand
bt747.model   
gps.mvc   
gps.mvc.commands   
gps.mvc.commands.hlx   
gps.mvc.commands.mtk   
gps.mvc.commands.wp   
net.sf.bt747.test   
net.sf.bt747.test.models.mtk.commands   
 

Uses of GpsLinkExecCommand in bt747.model
 

Methods in bt747.model with parameters of type GpsLinkExecCommand
 void Controller.sendCmd(GpsLinkExecCommand cmd)
          Send an arbitrary GPS command.
 

Uses of GpsLinkExecCommand in gps.mvc
 

Methods in gps.mvc with parameters of type GpsLinkExecCommand
 void GpsLinkHandler.doSendCmd(GpsLinkExecCommand cmd)
          Immediate sending of cmd regardless of type.
 void GpsModel.sendCmd(GpsLinkExecCommand s)
          Send an NMEA string to the link.
 void GpsLinkHandler.sendCmd(GpsLinkExecCommand cmd)
           
 

Uses of GpsLinkExecCommand in gps.mvc.commands
 

Classes in gps.mvc.commands that implement GpsLinkExecCommand
 class GpsLinkNmeaCommand
           
 

Methods in gps.mvc.commands with parameters of type GpsLinkExecCommand
 boolean CmdVisitor.isAcknowledgeOf(GpsLinkExecCommand cmd)
           
 

Uses of GpsLinkExecCommand in gps.mvc.commands.hlx
 

Classes in gps.mvc.commands.hlx that implement GpsLinkExecCommand
 class GpsLinkHlxCommand
           
 

Uses of GpsLinkExecCommand in gps.mvc.commands.mtk
 

Classes in gps.mvc.commands.mtk that implement GpsLinkExecCommand
 class MtkBinCommand
           
 class SetMtkBinModeCommand
           
 class SetNmeaModeCommand
           
 

Uses of GpsLinkExecCommand in gps.mvc.commands.wp
 

Classes in gps.mvc.commands.wp that implement GpsLinkExecCommand
 class WPEnterModeCommand
           
 class WPExitModeCommand
           
 class WPIntCommand
           
 class WPStrCommand
           
 

Uses of GpsLinkExecCommand in net.sf.bt747.test
 

Classes in net.sf.bt747.test that implement GpsLinkExecCommand
 class WPDeviceReplyCommand
           
 class WPDeviceStrCommand
           
 

Uses of GpsLinkExecCommand in net.sf.bt747.test.models.mtk.commands
 

Classes in net.sf.bt747.test.models.mtk.commands that implement GpsLinkExecCommand
 class Acknowledge
          Represents an acknowledge package to send.
 class EpoReply
          Represents an acknowledge package to send.