ecologylab.sensor.gps.listener
Class GPSDataLogger

java.lang.Object
  extended by ecologylab.sensor.gps.listener.GPSDataLogger
All Implemented Interfaces:
GPSDataListener

public class GPSDataLogger
extends java.lang.Object
implements GPSDataListener

Logs pure NMEA sentences to a return-delimited file.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Constructor Summary
GPSDataLogger(java.io.File targetFile)
           
 
Method Summary
 void readGPSData(java.lang.String gpsDataString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPSDataLogger

public GPSDataLogger(java.io.File targetFile)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

readGPSData

public void readGPSData(java.lang.String gpsDataString)
Specified by:
readGPSData in interface GPSDataListener
See Also:
ecologylab.sensor.gps.data.GPSDataListener#readGPSData(java.lang.String)