Package depthReadout

Class DepthDataUnit

java.lang.Object
PamguardMVC.PamDataUnit
depthReadout.DepthDataUnit
All Implemented Interfaces:
ArraySensorDataUnit, Comparable

public class DepthDataUnit extends PamDataUnit implements ArraySensorDataUnit
  • Constructor Details

    • DepthDataUnit

      public DepthDataUnit(DepthControl depthControl, long timeMilliseconds)
  • Method Details

    • getDepthData

      public double[] getDepthData()
    • setDepthData

      public void setDepthData(double[] depthData)
    • getRawDepthData

      public double[] getRawDepthData()
    • setRawDepthData

      public void setRawDepthData(double[] rawDepthData)
    • getField

      public Double getField(int streamer, ArraySensorFieldType fieldType)
      Description copied from interface: ArraySensorDataUnit
      Get a value for a specified field for a specified streamer.
      Specified by:
      getField in interface ArraySensorDataUnit
      Parameters:
      streamer - streamer index
      fieldType - Depth, heading, pitch or roll.
      Returns:
      Value in metres or degrees (not radians)