Class BrickIMU.AllData

  • Enclosing class:
    BrickIMU

    public class BrickIMU.AllData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AllData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • accX

        public short accX
      • accY

        public short accY
      • accZ

        public short accZ
      • magX

        public short magX
      • magY

        public short magY
      • magZ

        public short magZ
      • angX

        public short angX
      • angY

        public short angY
      • angZ

        public short angZ
      • temperature

        public short temperature
    • Constructor Detail

      • AllData

        public AllData()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object