Class Rtcm1019Data
java.lang.Object
org.orekit.gnss.metric.messages.rtcm.RtcmData
org.orekit.gnss.metric.messages.rtcm.ephemeris.RtcmEphemerisData
org.orekit.gnss.metric.messages.rtcm.ephemeris.Rtcm1019Data
Container for RTCM 1019 data.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the GPS code on L2.intGet the GPS fit interval.booleanGet the GPS L2 P-Code data flag.Get the GPS navigation message corresponding to the current RTCM data.getGpsNavigationMessage(TimeScales timeScales) Get the GPS navigation message corresponding to the current RTCM data.doubleGet the GPS time of clock.voidsetGpsCodeOnL2(int gpsCodeOnL2) Set the GPS code on L2.voidsetGpsFitInterval(int gpsFitInterval) Set the GPS fit interval.voidsetGpsL2PDataFlag(boolean gpsL2PDataFlag) Set the GPS L2 P-code data flag.voidsetGpsNavigationMessage(GPSLegacyNavigationMessage gpsNavigationMessage) Set the GPS navigation message.voidsetGpsToc(double toc) Set the GPS time of clock.Methods inherited from class org.orekit.gnss.metric.messages.rtcm.ephemeris.RtcmEphemerisData
getAccuracyProvider, getSatelliteID, setAccuracyProvider, setSatelliteID
-
Constructor Details
-
Rtcm1019Data
public Rtcm1019Data()Constructor.
-
-
Method Details
-
getGpsToc
public double getGpsToc()Get the GPS time of clock.The GPS time of clock is given in seconds since the beginning of the GPS week.
- Returns:
- the GPS time of clock
-
setGpsToc
public void setGpsToc(double toc) Set the GPS time of clock.- Parameters:
toc- the time of clock to set
-
getGpsCodeOnL2
public int getGpsCodeOnL2()Get the GPS code on L2.- 0: Reserved
- 1: P code on
- 2: C/A code on
- 3: L2C on
- Returns:
- the GPS code on L2
-
setGpsCodeOnL2
public void setGpsCodeOnL2(int gpsCodeOnL2) Set the GPS code on L2.- Parameters:
gpsCodeOnL2- the code to set
-
getGpsL2PDataFlag
public boolean getGpsL2PDataFlag()Get the GPS L2 P-Code data flag.- Returns:
- true L2 P-Code NAV data ON
-
setGpsL2PDataFlag
public void setGpsL2PDataFlag(boolean gpsL2PDataFlag) Set the GPS L2 P-code data flag.- Parameters:
gpsL2PDataFlag- the flag to set
-
getGpsFitInterval
public int getGpsFitInterval()Get the GPS fit interval.- Returns:
- the GPS fit interval
-
setGpsFitInterval
public void setGpsFitInterval(int gpsFitInterval) Set the GPS fit interval.- Parameters:
gpsFitInterval- the GPS fit interval to set