ecologylab.sensor.gps.data.dataset
Interface GPSDataFieldBase

All Known Implementing Classes:
GGA, GLL, GSA, GSV, RMC

public interface GPSDataFieldBase

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

Method Summary
 void update(java.lang.String src, GPSDatum dst)
          Updates dst's internal data by parsing src according to the interpretation of the current mode.
 

Method Detail

update

void update(java.lang.String src,
            GPSDatum dst)
Updates dst's internal data by parsing src according to the interpretation of the current mode.

Parameters:
data -
decLoc -
dst -