XRImuCallback typedef

@brief IMU data callback for Carina device.

@param imu IMU data: ax, ay, az, gx, gy, gz. @param timestamp Timestamp in seconds for the IMU sample.

Implementation

typedef XRImuCallback = ffi.Pointer<ffi.NativeFunction<XRImuCallbackFunction>>;