Uses of Class
org.orekit.gnss.metric.messages.common.ClockCorrection
-
Packages that use ClockCorrection Package Description org.orekit.gnss.metric.messages.rtcm.correction This package provides all supported RTCM correctionmessages.org.orekit.gnss.metric.messages.ssr.igm This package provides all supported IGS Generic SSR Message types. -
-
Uses of ClockCorrection in org.orekit.gnss.metric.messages.rtcm.correction
Methods in org.orekit.gnss.metric.messages.rtcm.correction that return ClockCorrection Modifier and Type Method Description ClockCorrectionRtcmClockCorrectionData. getClockCorrection()Get the clock correction data.ClockCorrectionRtcmCombinedCorrectionData. getClockCorrection()Get the clock correction data.Methods in org.orekit.gnss.metric.messages.rtcm.correction with parameters of type ClockCorrection Modifier and Type Method Description voidRtcmClockCorrectionData. setClockCorrection(ClockCorrection clockCorrection)Set the clock correction data.voidRtcmCombinedCorrectionData. setClockCorrection(ClockCorrection clockCorrection)Set the clock correction data. -
Uses of ClockCorrection in org.orekit.gnss.metric.messages.ssr.igm
Methods in org.orekit.gnss.metric.messages.ssr.igm that return ClockCorrection Modifier and Type Method Description ClockCorrectionSsrIgm02Data. getClockCorrection()Get the clock correction data.ClockCorrectionSsrIgm03Data. getClockCorrection()Get the clock correction data.Methods in org.orekit.gnss.metric.messages.ssr.igm with parameters of type ClockCorrection Modifier and Type Method Description voidSsrIgm02Data. setClockCorrection(ClockCorrection clockCorrection)Set the clock correction data.voidSsrIgm03Data. setClockCorrection(ClockCorrection clockCorrection)Set the clock correction data.
-