Class LinearRangingPositionEstimator3DTest
java.lang.Object
com.irurueta.navigation.indoor.position.LinearRangingPositionEstimator3DTest
- All Implemented Interfaces:
PositionEstimatorListener<RangingPositionEstimator<com.irurueta.geometry.Point3D>>,RangingPositionEstimatorListener<com.irurueta.geometry.Point3D>
class LinearRangingPositionEstimator3DTest
extends Object
implements RangingPositionEstimatorListener<com.irurueta.geometry.Point3D>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate intprivate intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidcheckLocked(LinearRangingPositionEstimator3D estimators) voidonEstimateEnd(RangingPositionEstimator<com.irurueta.geometry.Point3D> estimator) voidonEstimateStart(RangingPositionEstimator<com.irurueta.geometry.Point3D> estimator) private voidreset()(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
FREQUENCY
private static final double FREQUENCY- See Also:
-
MIN_SOURCES
private static final int MIN_SOURCES- See Also:
-
MAX_SOURCES
private static final int MAX_SOURCES- See Also:
-
MIN_POS
private static final double MIN_POS- See Also:
-
MAX_POS
private static final double MAX_POS- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
ERROR_STD
private static final double ERROR_STD- See Also:
-
TIMES
private static final int TIMES- See Also:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd
-
-
Constructor Details
-
LinearRangingPositionEstimator3DTest
LinearRangingPositionEstimator3DTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetSources
@Test void testGetSetSources() throws com.irurueta.navigation.LockedException- Throws:
com.irurueta.navigation.LockedException
-
testGetSetFingerprint
@Test void testGetSetFingerprint() throws com.irurueta.navigation.LockedException- Throws:
com.irurueta.navigation.LockedException
-
testGetSetListener
@Test void testGetSetListener() throws com.irurueta.navigation.LockedException- Throws:
com.irurueta.navigation.LockedException
-
testEstimateNoErrorHomogeneous
@Test void testEstimateNoErrorHomogeneous() throws com.irurueta.navigation.LockedException, com.irurueta.navigation.NotReadyException, PositionEstimationException- Throws:
com.irurueta.navigation.LockedExceptioncom.irurueta.navigation.NotReadyExceptionPositionEstimationException
-
testEstimateWithErrorHomogeneous
@Test void testEstimateWithErrorHomogeneous() throws com.irurueta.navigation.LockedException, com.irurueta.navigation.NotReadyException, PositionEstimationException- Throws:
com.irurueta.navigation.LockedExceptioncom.irurueta.navigation.NotReadyExceptionPositionEstimationException
-
testEstimateNoErrorInhomogeneous
@Test void testEstimateNoErrorInhomogeneous() throws com.irurueta.navigation.LockedException, com.irurueta.navigation.NotReadyException, PositionEstimationException- Throws:
com.irurueta.navigation.LockedExceptioncom.irurueta.navigation.NotReadyExceptionPositionEstimationException
-
testEstimateWithErrorInhomogeneous
@Test void testEstimateWithErrorInhomogeneous() throws com.irurueta.navigation.LockedException, com.irurueta.navigation.NotReadyException, PositionEstimationException- Throws:
com.irurueta.navigation.LockedExceptioncom.irurueta.navigation.NotReadyExceptionPositionEstimationException
-
reset
private void reset()
-