Class RtcmClockCorrectionData


  • public class RtcmClockCorrectionData
    extends RtcmCorrectionData
    Container for common data in RTCM clock correction message type.
    Since:
    12.0
    Author:
    Bryan Cazabonne
    • Constructor Detail

      • RtcmClockCorrectionData

        public RtcmClockCorrectionData()
        Constructor.
    • Method Detail

      • getClockCorrection

        public ClockCorrection getClockCorrection()
        Get the clock correction data.
        Returns:
        the clock correction data
      • setClockCorrection

        public void setClockCorrection​(ClockCorrection clockCorrection)
        Set the clock correction data.
        Parameters:
        clockCorrection - the data to set