Class PolarGyroData.PolarGyroDataSample

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Long getTimeStamp() moment sample is taken in nanoseconds.
      final Float getX() axis value in deg/sec
      final Float getY() axis value in deg/sec
      final Float getZ() axis in deg/sec
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PolarGyroData.PolarGyroDataSample

        PolarGyroData.PolarGyroDataSample(Long timeStamp, Float x, Float y, Float z)
    • Method Detail

      • getTimeStamp

         final Long getTimeStamp()

        moment sample is taken in nanoseconds. The epoch of timestamp is 1.1.2000

      • getX

         final Float getX()

        axis value in deg/sec

      • getY

         final Float getY()

        axis value in deg/sec