Uses of Interface
sidnet.core.interfaces.GPS

Packages that use GPS
sidnet.core.interfaces   
sidnet.core.misc   
 

Uses of GPS in sidnet.core.interfaces
 

Methods in sidnet.core.interfaces that return GPS
 GPS NodeHardwareInterface.getGPS()
           
 

Methods in sidnet.core.interfaces with parameters of type GPS
 void NodeHardwareInterface.setGPS(GPS gps)
           
 

Uses of GPS in sidnet.core.misc
 

Classes in sidnet.core.misc that implement GPS
 class GPSimpl
           
 

Methods in sidnet.core.misc that return GPS
 GPS Node.getGPS()
           
 

Methods in sidnet.core.misc with parameters of type GPS
 void Node.setGPS(GPS gps)