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

    • 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