Class TimeIntervalEstimatorTest
java.lang.Object
com.irurueta.navigation.inertial.calibration.TimeIntervalEstimatorTest
- All Implemented Interfaces:
TimeIntervalEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate intprivate static final doubleprivate intprivate static final doubleprivate intprivate static final doubleprivate static final doubleprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidcheckLocked(TimeIntervalEstimator estimator) voidonFinish(TimeIntervalEstimator estimator) voidonReset(TimeIntervalEstimator estimator) voidonStart(TimeIntervalEstimator estimator) voidonTimestampAdded(TimeIntervalEstimator estimator) private voidreset()(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
TIME_INTERVAL_SECONDS
private static final double TIME_INTERVAL_SECONDS- See Also:
-
TIME_INTERVAL_STD
private static final double TIME_INTERVAL_STD- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
SMALL_ABSOLUTE_ERROR
private static final double SMALL_ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
start
private int start -
timestampAdded
private int timestampAdded -
finish
private int finish -
reset
private int reset
-
-
Constructor Details
-
TimeIntervalEstimatorTest
TimeIntervalEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetTotalSamples
@Test void testGetSetTotalSamples() throws com.irurueta.navigation.LockedException- Throws:
com.irurueta.navigation.LockedException
-
testGetSetListener
@Test void testGetSetListener() throws com.irurueta.navigation.LockedException- Throws:
com.irurueta.navigation.LockedException
-
testAddTimestampAndReset1
@Test void testAddTimestampAndReset1() throws com.irurueta.navigation.LockedException- Throws:
com.irurueta.navigation.LockedException
-
testAddTimestampAndReset2
@Test void testAddTimestampAndReset2() throws com.irurueta.navigation.LockedException- Throws:
com.irurueta.navigation.LockedException
-
testCopyFrom
@Test void testCopyFrom() throws com.irurueta.navigation.LockedException- Throws:
com.irurueta.navigation.LockedException
-
testCopyTo
@Test void testCopyTo() throws com.irurueta.navigation.LockedException- Throws:
com.irurueta.navigation.LockedException
-
reset
private void reset()
-