Class SsrIgmMessage<H extends SsrIgmHeader,D extends SsrIgmData>
- java.lang.Object
-
- org.orekit.gnss.metric.messages.ParsedMessage
-
- org.orekit.gnss.metric.messages.ssr.SsrMessage<H,D>
-
- org.orekit.gnss.metric.messages.ssr.igm.SsrIgmMessage<H,D>
-
- Type Parameters:
H
- type of the headerD
- type of the data
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 Summary
Constructors Constructor Description SsrIgmMessage(int typeCode, SatelliteSystem system, H header, List<D> data)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SatelliteSystem
getSatelliteSystem()
Get the satellite system associated to the message.-
Methods inherited from class org.orekit.gnss.metric.messages.ssr.SsrMessage
getData, getHeader
-
Methods inherited from class org.orekit.gnss.metric.messages.ParsedMessage
getTypeCode
-
-
-
-
Constructor Detail
-
SsrIgmMessage
public SsrIgmMessage(int typeCode, SatelliteSystem system, H header, List<D> data)
Constructor.- Parameters:
system
- satellite system associated to the messagetypeCode
- message numberheader
- message headerdata
- message data
-
-
Method Detail
-
getSatelliteSystem
public SatelliteSystem getSatelliteSystem()
Get the satellite system associated to the message.- Returns:
- the satellite system
-
-