Class ClockCorrection
- java.lang.Object
-
- org.orekit.gnss.metric.messages.common.ClockCorrection
-
public class ClockCorrection extends Object
Container for SSR clock correction data.- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description ClockCorrection(double c0, double c1, double c2)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDeltaClockC0()Get the delta clock C0.doublegetDeltaClockC1()Get the delta clock C1.doublegetDeltaClockC2()Get the delta clock C2.
-
-
-
Method Detail
-
getDeltaClockC0
public double getDeltaClockC0()
Get the delta clock C0.The reference time t0 is SSR Epoch Time (IDF003) plus ½ SSR Update Interval.
- Returns:
- the delta clock C0 in seconds
-
getDeltaClockC1
public double getDeltaClockC1()
Get the delta clock C1.The reference time t0 is SSR Epoch Time (IDF003) plus ½ SSR Update Interval.
- Returns:
- the delta clock C1 in seconds
-
getDeltaClockC2
public double getDeltaClockC2()
Get the delta clock C2.The reference time t0 is SSR Epoch Time (IDF003) plus ½ SSR Update Interval.
- Returns:
- the delta clock C2 in seconds
-
-