com.partnersoft.io.gps
Class RangefinderDaemon
java.lang.Object
com.partnersoft.io.gps.RangefinderDaemon
- All Implemented Interfaces:
- GPSConstants
public class RangefinderDaemon
- extends java.lang.Object
- implements GPSConstants
Manages the low-level details of the GPS connection. Allows
an application to simply subscribe for GPSEvents or just ask for
the last status or reading.
- Author:
- Paul Reavis
Copyright 2003 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangefinderDaemon
public RangefinderDaemon()
changeRangefinderSettings
public void changeRangefinderSettings(RangefinderSettings newSettings)
- This is more than just a setter function; it configures and restarts the GPS input daemon.
getRangefinderSettings
public RangefinderSettings getRangefinderSettings()
start
public void start()
stop
public void stop()
addRangefinderListener
public void addRangefinderListener(RangefinderListener l)
removeRangefinderListener
public void removeRangefinderListener(RangefinderListener l)