com.partnersoft.io.gps
Class RangefinderDaemon

java.lang.Object
  extended by 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.

Field Summary
 
Fields inherited from interface com.partnersoft.io.gps.GPSConstants
BAD_DATA, EVENT_READING, EVENT_STATUS, GPS_ON, NO_FIX, NO_GPS, STATUS_NAMES
 
Constructor Summary
RangefinderDaemon()
           
 
Method Summary
 void addRangefinderListener(RangefinderListener l)
           
 void changeRangefinderSettings(RangefinderSettings newSettings)
          This is more than just a setter function; it configures and restarts the GPS input daemon.
 RangefinderSettings getRangefinderSettings()
           
 void removeRangefinderListener(RangefinderListener l)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangefinderDaemon

public RangefinderDaemon()
Method Detail

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)