Class ClockCorrection
java.lang.Object
org.orekit.gnss.metric.messages.common.ClockCorrection
Container for SSR clock correction data.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the delta clock C0.doubleGet the delta clock C1.doubleGet the delta clock C2.
-
Constructor Details
-
ClockCorrection
public ClockCorrection(double c0, double c1, double c2) Constructor.- Parameters:
c0- delta Clock C0c1- delta Clock C1c2- delta Clock C2
-
-
Method Details
-
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
-