GPS
Class GpsDataUnit

java.lang.Object
  extended by PamguardMVC.PamDataUnit
      extended by GPS.GpsDataUnit
All Implemented Interfaces:
java.lang.Comparable<PamDataUnit>
Direct Known Subclasses:
AirgunDataUnit

public class GpsDataUnit
extends PamDataUnit


Field Summary
private  GpsData gpsData
          We could just include all the members of GpsData here, but since the GpsData class works OK already, just leave it alone.
 
Fields inherited from class PamguardMVC.PamDataUnit
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds
 
Constructor Summary
GpsDataUnit(long timeMilliseconds, GpsData gpsData)
           
 
Method Summary
 GpsData getGpsData()
           
 
Methods inherited from class PamguardMVC.PamDataUnit
clearUpdateCount, compareTo, getAbsBlockIndex, getChannelBitmap, getDatabaseIndex, getDatabaseUpdateOf, getDataUnitFileInformation, getGpsPosition, getLastUpdateTime, getLocalisation, getOriginLatLong, getPairAngle, getParentDataBlock, getTimeMilliseconds, getUpdateCount, setAbsBlockIndex, setChannelBitmap, setDatabaseIndex, setDatabaseUpdateOf, setDataUnitFileInformation, setLastUpdateTime, setLocalisation, setOriginLatLong, setParentDataBlock, setTimeMilliseconds, updateDataUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gpsData

private GpsData gpsData
We could just include all the members of GpsData here, but since the GpsData class works OK already, just leave it alone.

Constructor Detail

GpsDataUnit

public GpsDataUnit(long timeMilliseconds,
                   GpsData gpsData)
Method Detail

getGpsData

public GpsData getGpsData()
Returns:
Returns the gpsData.