Class GNSSKalmanConfigTest

java.lang.Object
com.irurueta.navigation.gnss.GNSSKalmanConfigTest

class GNSSKalmanConfigTest extends Object
  • Field Details

  • 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

      @Test void testClone() throws CloneNotSupportedException
      Throws:
      CloneNotSupportedException
    • testSerializeDeserialize

      @Test void testSerializeDeserialize() throws IOException, ClassNotFoundException
      Throws:
      IOException
      ClassNotFoundException