Gyroscope Direct Sensor Measurement Interpolator
class GyroscopeDirectSensorMeasurementInterpolator : DirectSensorMeasurementInterpolator<GyroscopeSensorMeasurement> , GyroscopeSensorMeasurementInterpolator
Gyroscope interpolator that makes no action.
Functions
Link copied to clipboard
open override fun interpolate(currentMeasurement: GyroscopeSensorMeasurement, timestamp: Long, result: GyroscopeSensorMeasurement): Boolean
Interpolates provided current measurement. This implementation always returns true and returns as a result a copy of provide current measurement.
Link copied to clipboard
Pushes previous measurement into collection of processed measurements. This implementation makes no action.