Uses of Class
gps.connection.GPSPort

Packages that use GPSPort
bt747.waba_view   
gps.connection   
net.sf.bt747.test   
 

Uses of GPSPort in bt747.waba_view
 

Subclasses of GPSPort in bt747.waba_view
 class GPSWabaPort
          Implements the serial port for the standard Waba SerialPort
 class GPSWabaSocketPort
          Implements the serial port for the standard Waba SerialPort
 

Uses of GPSPort in gps.connection
 

Subclasses of GPSPort in gps.connection
 class GPSRxTxPort
          This class implements the serial port for rxtx (on Linux).
 

Methods in gps.connection that return GPSPort
 GPSPort GPSrxtx.getGpsPort()
           
 

Methods in gps.connection with parameters of type GPSPort
static void GPSrxtx.setDefaultGpsPortInstance(GPSPort portInstance)
           
 

Constructors in gps.connection with parameters of type GPSPort
GPSrxtx(GPSPort port)
           
 

Uses of GPSPort in net.sf.bt747.test
 

Subclasses of GPSPort in net.sf.bt747.test
 class MyVirtualPort
           
 

Methods in net.sf.bt747.test with parameters of type GPSPort
static void IBlue747Model.setGpsPort(GPSPort port)