depthReadout
Class DepthDataUnit

java.lang.Object
  extended by PamguardMVC.PamDataUnit
      extended by depthReadout.DepthDataUnit
All Implemented Interfaces:
java.lang.Comparable<PamDataUnit>

public class DepthDataUnit
extends PamDataUnit


Field Summary
private  double[] depthData
           
private  double[] rawDepthData
           
 
Fields inherited from class PamguardMVC.PamDataUnit
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds
 
Constructor Summary
DepthDataUnit(long timeMilliseconds)
           
 
Method Summary
 double[] getDepthData()
           
 double[] getRawDepthData()
           
 void setDepthData(double[] depthData)
           
 void setRawDepthData(double[] rawDepthData)
           
 
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

depthData

private double[] depthData

rawDepthData

private double[] rawDepthData
Constructor Detail

DepthDataUnit

public DepthDataUnit(long timeMilliseconds)
Method Detail

getDepthData

public double[] getDepthData()

setDepthData

public void setDepthData(double[] depthData)

getRawDepthData

public double[] getRawDepthData()

setRawDepthData

public void setRawDepthData(double[] rawDepthData)