VitureImuPoseCallbackFunction typedef

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

Implementation

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