Uses of Class
org.orekit.gnss.metric.messages.rtcm.correction.RtcmCorrectionHeader
Packages that use RtcmCorrectionHeader
-
Uses of RtcmCorrectionHeader in org.orekit.gnss.metric.messages.rtcm.correction
Classes in org.orekit.gnss.metric.messages.rtcm.correction with type parameters of type RtcmCorrectionHeaderModifier and TypeClassDescriptionclassRtcmCorrectionMessage<H extends RtcmCorrectionHeader,D extends RtcmCorrectionData> The RTCM Correction Message types provide elements to calculate GNSS satellite corrections.Subclasses of RtcmCorrectionHeader in org.orekit.gnss.metric.messages.rtcm.correctionModifier and TypeClassDescriptionclassContainer for common data in RTCM Orbit Correction Message type header.Constructors in org.orekit.gnss.metric.messages.rtcm.correction with parameters of type RtcmCorrectionHeaderModifierConstructorDescriptionRtcm1058(int typeCode, RtcmCorrectionHeader header, List<RtcmClockCorrectionData> data) Constructor.Rtcm1064(int typeCode, RtcmCorrectionHeader header, List<RtcmClockCorrectionData> data) Constructor.Rtcm1241(int typeCode, RtcmCorrectionHeader header, List<RtcmClockCorrectionData> data) Constructor.