Class SsrIgm02Data
- java.lang.Object
-
- org.orekit.gnss.metric.messages.ssr.SsrData
-
- org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
-
- org.orekit.gnss.metric.messages.ssr.igm.SsrIgm02Data
-
public class SsrIgm02Data extends SsrIgmData
Container for SSR IGM02 data.- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description SsrIgm02Data()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClockCorrection
getClockCorrection()
Get the clock correction data.void
setClockCorrection(ClockCorrection clockCorrection)
Set the clock correction data.-
Methods inherited from class org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
getSatelliteID, setSatelliteID
-
-
-
-
Method Detail
-
getClockCorrection
public ClockCorrection getClockCorrection()
Get the clock correction data.- Returns:
- the clock correction data
-
setClockCorrection
public void setClockCorrection(ClockCorrection clockCorrection)
Set the clock correction data.- Parameters:
clockCorrection
- the data to set
-
-