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
Container for SSR IGM02 data.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the clock correction data.voidsetClockCorrection(ClockCorrection clockCorrection) Set the clock correction data.Methods inherited from class org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
getSatelliteID, setSatelliteID
-
Constructor Details
-
SsrIgm02Data
public SsrIgm02Data()Constructor.
-
-
Method Details
-
getClockCorrection
Get the clock correction data.- Returns:
- the clock correction data
-
setClockCorrection
Set the clock correction data.- Parameters:
clockCorrection- the data to set
-