VitureImuRawCallbackFunction typedef

VitureImuRawCallbackFunction = Void Function(Pointer<Float> data, Uint64 timestamp, Uint64 vsync)

Implementation

typedef VitureImuRawCallbackFunction = ffi.Void Function(
  ffi.Pointer<ffi.Float> data,
  ffi.Uint64 timestamp,
  ffi.Uint64 vsync,
);