Uses of Class
org.orekit.gnss.metric.messages.ssr.igm.ClockCorrection
-
Packages that use ClockCorrection Package Description 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.ssr.igm
Methods in org.orekit.gnss.metric.messages.ssr.igm that return ClockCorrection Modifier and Type Method Description ClockCorrection
SsrIgm02Data. getClockCorrection()
Get the clock correction data.ClockCorrection
SsrIgm03Data. 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 void
SsrIgm02Data. setClockCorrection(ClockCorrection clockCorrection)
Set the clock correction data.void
SsrIgm03Data. setClockCorrection(ClockCorrection clockCorrection)
Set the clock correction data.
-