Package net.anwiba.spatial.gps.gpsd
Interface IGpsdFacade
-
- All Known Implementing Classes:
GpsdFacade
public interface IGpsdFacade
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGpsDevicedevice(java.lang.String path)java.lang.Iterable<IGpsDevice>devices()Versionversion()
-
-
-
Method Detail
-
devices
java.lang.Iterable<IGpsDevice> devices() throws java.io.IOException
- Throws:
java.io.IOException
-
device
IGpsDevice device(java.lang.String path) throws java.io.IOException
- Throws:
java.io.IOException
-
version
Version version() throws java.io.IOException
- Throws:
java.io.IOException
-
-