com.partnersoft.io.gps
Class RangefinderTool

java.lang.Object
  extended by com.partnersoft.system.App
      extended by com.partnersoft.io.gps.RangefinderTool

public class RangefinderTool
extends App

A litle experimentation and debugging app for GPS.

Author:
Paul Reavis Copyright 2005 Partner Software, Inc.

Constructor Summary
RangefinderTool()
           
RangefinderTool(RangefinderDaemon daemon)
           
 
Method Summary
 void apply()
           
 void exit()
           
static void openTool()
           
static void openTool(RangefinderDaemon daemon)
           
 void reset()
           
 void runImp()
           
 void setOptions(Cog options)
           
 void startupImp()
           
 void stopThread()
           
 
Methods inherited from class com.partnersoft.system.App
getEnvironment, getName, runApp, setName, shutdownImp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangefinderTool

public RangefinderTool(RangefinderDaemon daemon)

RangefinderTool

public RangefinderTool()
Method Detail

setOptions

public void setOptions(Cog options)
Overrides:
setOptions in class App

startupImp

public void startupImp()
                throws java.lang.Exception
Overrides:
startupImp in class App
Throws:
java.lang.Exception

runImp

public void runImp()
            throws java.lang.Exception
Specified by:
runImp in class App
Throws:
java.lang.Exception

openTool

public static void openTool()

openTool

public static void openTool(RangefinderDaemon daemon)

stopThread

public void stopThread()

exit

public void exit()

reset

public void reset()

apply

public void apply()