On Calibration Solving Started Listener
fun interface OnCalibrationSolvingStartedListener<C : StaticIntervalWithMeasurementGeneratorCalibrator<C, *>>
Interface to notify when calibration starts being solved.
Parameters
C
an implementation of StaticIntervalWithMeasurementGeneratorCalibrator.
Functions
Link copied to clipboard
Called when calibration starts being solved after enough measurements are found. Calibration can automatically started when enough measurements are available if solveCalibrationWhenEnoughMeasurements is true, otherwise calibrate must be called after enough measurements are found, which raises this event.