Class SsrUpdateInterval
java.lang.Object
org.orekit.gnss.metric.messages.common.SsrUpdateInterval
SSR Update interval.
Using the indicator parsed in the RTCM message, this class provides the SSR update interval in seconds.
- Since:
- 12.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SsrUpdateInterval
public SsrUpdateInterval(int indicator) Constructor.- Parameters:
indicator- indicator read in the RTCM message
-
-
Method Details
-
getUpdateInterval
public double getUpdateInterval()Get the update interval.- Returns:
- the update interval in seconds
-