Package com.irurueta.navigation.gnss
Interface GNSSLeastSquaresPositionAndVelocityEstimatorListener
public interface GNSSLeastSquaresPositionAndVelocityEstimatorListener
Listener defining events of GNSSLeastSquaresPositionAndVelocityEstimator.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when estimation ends.void
Called when estimation starts.
-
Method Details