Package d3

Class D3DataUnit

All Implemented Interfaces:
Comparable

public class D3DataUnit extends PamDataUnit
  • Constructor Details

    • D3DataUnit

      public D3DataUnit(long timeMilliseconds)
  • Method Details

    • addSensorData

      public void addSensorData(float[] sensorData2, int sensorSampleRate)
    • getSensorData

      public float[] getSensorData(int sensorIndex)
      Returns:
      the sensorData
    • getSensorSampleRate

      public int getSensorSampleRate(int sensorIndex)
      Returns:
      the sensorSampleRate
    • setDepth

      public void setDepth(float[] depth)
    • getDepth

      public float[] getDepth()
      Returns:
      the depthData
    • setJerk

      public void setJerk(float[] jerk)
    • getJerk

      public float[] getJerk()