frame-msg
    Preparing search index...

    Class RxIMU

    RxIMU class handles IMU data processing. It processes magnetometer and accelerometer data, providing smoothed values.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    queue: null | AsyncQueue<null | IMUData>

    Asynchronous queue for received IMUData objects. Null if not attached.

    Methods

    • Detach the IMU handler from the Frame data response and clean up resources.

      Parameters

      Returns void

    • Process incoming IMU data packets.

      Parameters

      • data: Uint8Array

        Uint8Array containing IMU data with msgCode byte prefix.

      Returns void