OnBufferFilledListener

Interface to notify when a buffer gets completely filled. When buffers get filled, internal collectors will continue collection at the expense of loosing old data. Consumers of this listener should device what to do at this point (which might require stopping this estimator)..

Functions

Link copied to clipboard
abstract fun onBufferFilled(estimator: FusedGeomagneticAttitudeEstimator2, sensorType: SensorType)

Called when any buffer gets completely filled.