AirgunDisplay
Class AirgunDataUnit

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

public class AirgunDataUnit
extends GpsDataUnit


Field Summary
 
Fields inherited from class PamguardMVC.PamDataUnit
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds
 
Constructor Summary
AirgunDataUnit(long timeMilliseconds, GpsData gpsData)
           
 
Method Summary
 
Methods inherited from class GPS.GpsDataUnit
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
 

Constructor Detail

AirgunDataUnit

public AirgunDataUnit(long timeMilliseconds,
                      GpsData gpsData)