Package com.irurueta.navigation.gnss
Class GNSSEstimationTest
java.lang.Object
com.irurueta.navigation.gnss.GNSSEstimationTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
-
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
(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_POS_VALUE
private static final double MIN_POS_VALUE- See Also:
-
MAX_POS_VALUE
private static final double MAX_POS_VALUE- See Also:
-
MIN_SPEED_VALUE
private static final double MIN_SPEED_VALUE- See Also:
-
MAX_SPEED_VALUE
private static final double MAX_SPEED_VALUE- See Also:
-
MIN_CLOCK_OFFSET
private static final double MIN_CLOCK_OFFSET- See Also:
-
MAX_CLOCK_OFFSET
private static final double MAX_CLOCK_OFFSET- See Also:
-
MIN_CLOCK_DRIFT
private static final double MIN_CLOCK_DRIFT- See Also:
-
MAX_CLOCK_DRIFT
private static final double MAX_CLOCK_DRIFT- See Also:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
-
Constructor Details
-
GNSSEstimationTest
GNSSEstimationTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetX
@Test void testGetSetX() -
testGetSetY
@Test void testGetSetY() -
testGetSetZ
@Test void testGetSetZ() -
testSetPositionCoordinates
@Test void testSetPositionCoordinates() -
testGetSetVx
@Test void testGetSetVx() -
testGetSetVy
@Test void testGetSetVy() -
testGetSetVz
@Test void testGetSetVz() -
testSetVelocityCoordinates
@Test void testSetVelocityCoordinates() -
testGetSetClockOffset
@Test void testGetSetClockOffset() -
testGetSetClockDrift
@Test void testGetSetClockDrift() -
testGetSetDistanceX
@Test void testGetSetDistanceX() -
testGetSetDistanceY
@Test void testGetSetDistanceY() -
testGetSetDistanceZ
@Test void testGetSetDistanceZ() -
testSetPositionCoordinatesWithDistances
@Test void testSetPositionCoordinatesWithDistances() -
testGetSetSpeedX
@Test void testGetSetSpeedX() -
testGetSetSpeedY
@Test void testGetSetSpeedY() -
testGetSetSpeedZ
@Test void testGetSetSpeedZ() -
testSetVelocityCoordinatesWithSpeed
@Test void testSetVelocityCoordinatesWithSpeed() -
testGetSetClockOffsetDistance
@Test void testGetSetClockOffsetDistance() -
testGetSetClockDriftSpeed
@Test void testGetSetClockDriftSpeed() -
testGetSetPosition
@Test void testGetSetPosition() -
testGetSetEcefPosition
@Test void testGetSetEcefPosition() -
testGetSetEcefVelocity
@Test void testGetSetEcefVelocity() -
testGetSetPositionAndVelocity
@Test void testGetSetPositionAndVelocity() -
testAsArray
@Test void testAsArray() -
testFromArray
@Test void testFromArray() -
testAsMatrix
@Test void testAsMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testFromMatrix
@Test void testFromMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
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
-