Class RtcmClockCorrectionData
java.lang.Object
org.orekit.gnss.metric.messages.rtcm.RtcmData
org.orekit.gnss.metric.messages.rtcm.correction.RtcmCorrectionData
org.orekit.gnss.metric.messages.rtcm.correction.RtcmClockCorrectionData
Container for common data in RTCM clock correction message type.
- Since:
- 12.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.rtcm.correction.RtcmCorrectionData
getSatelliteID, setSatelliteID
-
Constructor Details
-
RtcmClockCorrectionData
public RtcmClockCorrectionData()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
-