Package com.irurueta.navigation.gnss
Class SatelliteECEFPositionAndVelocityGeneratorTest
java.lang.Object
com.irurueta.navigation.gnss.SatelliteECEFPositionAndVelocityGeneratorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final int
private static final double
private static final double
private static final int
private static final double
private static final double
private static final int
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ECEFPositionAndVelocity
computeSatellitePositionAndVelocity
(double time, GNSSConfig config, int j) (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:
-
MIN_SATELLITES
private static final int MIN_SATELLITES- See Also:
-
MAX_SATELLITES
private static final int MAX_SATELLITES- See Also:
-
MIN_TIME_SECONDS
private static final double MIN_TIME_SECONDS- See Also:
-
MAX_TIME_SECONDS
private static final double MAX_TIME_SECONDS- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
VERY_LARGE_ABSOLUTE_ERROR
private static final double VERY_LARGE_ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
SatelliteECEFPositionAndVelocityGeneratorTest
SatelliteECEFPositionAndVelocityGeneratorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testGenerateSatellitesPositionAndVelocity
@Test void testGenerateSatellitesPositionAndVelocity() -
testGenerateSatellitePositionAndVelocity
@Test void testGenerateSatellitePositionAndVelocity()
-