OnProcessedListener

fun interface OnProcessedListener

Interface to notify when a new attitude has been processed.

Functions

Link copied to clipboard
abstract fun onProcessed(processor: KalmanAbsoluteAttitudeProcessor, attitude: Quaternion, eulerAngles: DoubleArray?, quaternionCovariance: Matrix?, eulerAnglesCovariance: Matrix?, accelerometerCovariance: Matrix?, rotationAxisCovariance: Matrix?)

Called when a new attitude is processed.