Class SsrIgmMessage<H extends SsrIgmHeader,​D extends SsrIgmData>

  • Type Parameters:
    H - type of the header
    D - type of the data
    Direct Known Subclasses:
    SsrIgm01, SsrIgm02, SsrIgm03, SsrIgm04, SsrIgm05, SsrIgm06, SsrIgm07

    public class SsrIgmMessage<H extends SsrIgmHeader,​D extends SsrIgmData>
    extends SsrMessage<H,​D>
    The IGS Generic SSR Message types provide elements to calculate GNSS satellite corrections. Corrections are orbit and clock corrections, code and phase biases, and the user range accuracy.
    Since:
    11.0
    Author:
    Bryan Cazabonne
    • Constructor Detail

      • SsrIgmMessage

        public SsrIgmMessage​(int typeCode,
                             SatelliteSystem system,
                             H header,
                             List<D> data)
        Constructor.
        Parameters:
        system - satellite system associated to the message
        typeCode - message number
        header - message header
        data - message data
    • Method Detail

      • getSatelliteSystem

        public SatelliteSystem getSatelliteSystem()
        Get the satellite system associated to the message.
        Returns:
        the satellite system