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
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
ConstructorsConstructorDescriptionSsrIgmMessage(int typeCode, SatelliteSystem system, H header, List<D> data) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the satellite system associated to the message.Methods inherited from class org.orekit.gnss.metric.messages.ssr.SsrMessage
getData, getHeaderMethods inherited from class org.orekit.gnss.metric.messages.ParsedMessage
getTypeCode
-
Constructor Details
-
SsrIgmMessage
Constructor.- Parameters:
typeCode- message numbersystem- satellite system associated to the messageheader- message headerdata- message data
-
-
Method Details
-
getSatelliteSystem
Get the satellite system associated to the message.- Returns:
- the satellite system
-