Package com.irurueta.navigation.gnss
Class GNSSKalmanConfigTest
java.lang.Object
com.irurueta.navigation.gnss.GNSSKalmanConfigTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(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
-
MIN_VALUE
private static final double MIN_VALUE- See Also:
-
MAX_VALUE
private static final double MAX_VALUE- See Also:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
-
Constructor Details
-
GNSSKalmanConfigTest
GNSSKalmanConfigTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetInitialPositionUncertainty
@Test void testGetSetInitialPositionUncertainty() -
testGetSetDistanceInitialPositionUncertainty
@Test void testGetSetDistanceInitialPositionUncertainty() -
testGetSetInitialVelocityUncertainty
@Test void testGetSetInitialVelocityUncertainty() -
testGetSetSpeedInitialVelocityUncertainty
@Test void testGetSetSpeedInitialVelocityUncertainty() -
testGetSetInitialClockOffsetUncertainty
@Test void testGetSetInitialClockOffsetUncertainty() -
testGetSetDistanceInitialClockOffsetUncertainty
@Test void testGetSetDistanceInitialClockOffsetUncertainty() -
testGetSetInitialClockDriftUncertainty
@Test void testGetSetInitialClockDriftUncertainty() -
testGetSetSpeedInitialClockDriftUncertainty
@Test void testGetSetSpeedInitialClockDriftUncertainty() -
testGetSetAccelerationPSD
@Test void testGetSetAccelerationPSD() -
testGetSetClockFrequencyPSD
@Test void testGetSetClockFrequencyPSD() -
testGetSetClockPhasePSD
@Test void testGetSetClockPhasePSD() -
testGetSetPseudoRangeSD
@Test void testGetSetPseudoRangeSD() -
testGetSetDistancePseudoRangeSD
@Test void testGetSetDistancePseudoRangeSD() -
testGetSetRangeRateSD
@Test void testGetSetRangeRateSD() -
testGetSetSpeedRangeRateSD
@Test void testGetSetSpeedRangeRateSD() -
testSetValues
@Test void testSetValues() -
testSetValues2
@Test void testSetValues2() -
testCopyTo
@Test void testCopyTo() -
testCopyFrom
@Test void testCopyFrom() -
testHashCode
@Test void testHashCode() -
testEquals
@Test void testEquals() -
testEqualsWithThreshold
@Test void testEqualsWithThreshold() -
testClone
- Throws:
CloneNotSupportedException
-
testSerializeDeserialize
- Throws:
IOException
ClassNotFoundException
-