Uses of Class
com.irurueta.navigation.gnss.GNSSException

Packages that use GNSSException
Package
Description
 
  • Uses of GNSSException in com.irurueta.navigation.gnss

    Modifier and Type
    Method
    Description
    GNSSLeastSquaresPositionAndVelocityEstimator.estimate()
    Estimates new ECEF user position and velocity as well as clock offset and drift.
    void
    GNSSLeastSquaresPositionAndVelocityEstimator.estimate(GNSSEstimation result)
    Estimates new ECEF user position and velocity as well as clock offset and drift.
    boolean
    GNSSKalmanFilteredEstimator.propagate(double timestamp)
    Propagates Kalman filter state held by this estimator at provided timestamp.
    boolean
    GNSSKalmanFilteredEstimator.propagate(com.irurueta.units.Time timestamp)
    Propagates Kalman filter state held by this estimator at provided timestamp.
    boolean
    GNSSKalmanFilteredEstimator.updateMeasurements(Collection<GNSSMeasurement> measurements, double timestamp)
    Updates GNSS measurements of this estimator when new satellite measurements are available.
    boolean
    GNSSKalmanFilteredEstimator.updateMeasurements(Collection<GNSSMeasurement> measurements, com.irurueta.units.Time timestamp)
    Updates GNSS measurements of this estimator when new satellite measurements are available.