Class SsrIgmData
java.lang.Object
org.orekit.gnss.metric.messages.ssr.SsrData
org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
- Direct Known Subclasses:
SsrIgm01Data,SsrIgm02Data,SsrIgm03Data,SsrIgm04Data,SsrIgm05Data,SsrIgm06Data,SsrIgm07Data
Container for common data in IGS Generic SSR Message type.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the satellite ID.voidsetSatelliteID(int satelliteID) Set the satellite ID.
-
Constructor Details
-
SsrIgmData
public SsrIgmData()Constructor.
-
-
Method Details
-
getSatelliteID
public int getSatelliteID()Get the satellite ID.- Returns:
- the satellite ID
-
setSatelliteID
public void setSatelliteID(int satelliteID) Set the satellite ID.- Parameters:
satelliteID- the ID to set
-