Uses of Interface
com.irurueta.navigation.inertial.calibration.intervals.thresholdfactor.IntervalDetectorThresholdFactorOptimizerDataSource
Packages that use IntervalDetectorThresholdFactorOptimizerDataSource
-
Uses of IntervalDetectorThresholdFactorOptimizerDataSource in com.irurueta.navigation.inertial.calibration.intervals.thresholdfactor
Classes in com.irurueta.navigation.inertial.calibration.intervals.thresholdfactor with type parameters of type IntervalDetectorThresholdFactorOptimizerDataSourceModifier and TypeClassDescriptionclass
IntervalDetectorThresholdFactorOptimizer<T,
S extends IntervalDetectorThresholdFactorOptimizerDataSource<T>> Optimizes the threshold factor for interval detection of accelerometer data based on results of accelerometers, gyroscopes or magnetometers calibration.interface
IntervalDetectorThresholdFactorOptimizerListener<T,
S extends IntervalDetectorThresholdFactorOptimizerDataSource<T>> Listener to notify events generated byIntervalDetectorThresholdFactorOptimizer
.Subinterfaces of IntervalDetectorThresholdFactorOptimizerDataSource in com.irurueta.navigation.inertial.calibration.intervals.thresholdfactorModifier and TypeInterfaceDescriptioninterface
Retrieves data for aAccelerometerAndGyroscopeIntervalDetectorThresholdFactorOptimizer
.interface
Retrieves data for aAccelerometerGyroscopeAndMagnetometerIntervalDetectorThresholdFactorOptimizer
.interface
Retrieves data for aAccelerometerIntervalDetectorThresholdFactorOptimizer
.interface
Retrieves data for aGyroscopeIntervalDetectorThresholdFactorOptimizer
.interface
Retrieves data for aMagnetometerIntervalDetectorThresholdFactorOptimizer
.Fields in com.irurueta.navigation.inertial.calibration.intervals.thresholdfactor declared as IntervalDetectorThresholdFactorOptimizerDataSourceModifier and TypeFieldDescriptionprotected S
IntervalDetectorThresholdFactorOptimizer.dataSource
Retrieves data for this optimizer.