Class PolarMagnetometerData.PolarMagnetometerDataSample

    • 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 Gauss
      final Float getY() axis value in Gauss
      final Float getZ() axis value in Gauss
      • Methods inherited from class java.lang.Object

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

      • PolarMagnetometerData.PolarMagnetometerDataSample

        PolarMagnetometerData.PolarMagnetometerDataSample(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 Gauss

      • getY

         final Float getY()

        axis value in Gauss

      • getZ

         final Float getZ()

        axis value in Gauss