org.placelab.stumbler
Class GPSTiming

java.lang.Object
  extended byorg.placelab.stumbler.GPSTiming

public class GPSTiming
extends java.lang.Object

TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates


Constructor Summary
GPSTiming(java.lang.String port)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPSTiming

public GPSTiming(java.lang.String port)
          throws java.io.IOException,
                 gnu.io.UnsupportedCommOperationException,
                 java.util.TooManyListenersException,
                 gnu.io.PortInUseException,
                 gnu.io.NoSuchPortException
Method Detail

main

public static void main(java.lang.String[] args)