Class SsrUpdateInterval
- java.lang.Object
-
- org.orekit.gnss.metric.messages.common.SsrUpdateInterval
-
public class SsrUpdateInterval extends Object
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 Constructor Description SsrUpdateInterval(int indicator)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getUpdateInterval()
Get the update interval.
-