On Leveling Available Listener
fun interface OnLevelingAvailableListener<T : BaseLevelingEstimator2<T, L1, L2>, L1 : BaseLevelingEstimator2.OnLevelingAvailableListener<T, L1, L2>, L2 : BaseLevelingEstimator2.OnAccuracyChangedListener<T, L1, L2>>
Interface to notify when a new leveling measurement is available.
Inheritors
Functions
Link copied to clipboard
abstract fun onLevelingAvailable(estimator: T, attitude: Quaternion, timestamp: Long, roll: Double?, pitch: Double?, coordinateTransformation: CoordinateTransformation?)
Called when a new leveling measurement is available.