Class Rtcm1044Data
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.Rtcm1044Data
Container for RTCM 1044 data.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the QZSS code on L2 Channel.intGet the QZSS fit interval.Get the QZSS navigation message corresponding to the current RTCM data.getQzssNavigationMessage(TimeScales timeScales) Get the QZSS navigation message corresponding to the current RTCM data.doubleGet the QZSS time of clock.voidsetQzssCodeOnL2(int qzssCodeOnL2) Set the QZSS code on L2.voidsetQzssFitInterval(int qzssFitInterval) Set the QZSS fit interval.voidsetQzssNavigationMessage(QZSSLegacyNavigationMessage qzssNavigationMessage) Set the QZSS navigation message.voidsetQzssToc(double toc) Set the QZSS time of clock.Methods inherited from class org.orekit.gnss.metric.messages.rtcm.ephemeris.RtcmEphemerisData
getAccuracyProvider, getSatelliteID, setAccuracyProvider, setSatelliteID
-
Constructor Details
-
Rtcm1044Data
public Rtcm1044Data()Constructor.
-
-
Method Details
-
getQzssToc
public double getQzssToc()Get the QZSS time of clock.The QZSS time of clock is given in seconds since the beginning of the QZSS week.
- Returns:
- the QZSS time of clock
-
setQzssToc
public void setQzssToc(double toc) Set the QZSS time of clock.- Parameters:
toc- the time of clock to set
-
getQzssCodeOnL2
public int getQzssCodeOnL2()Get the QZSS code on L2 Channel.- Returns:
- the QZSS code on L2
-
setQzssCodeOnL2
public void setQzssCodeOnL2(int qzssCodeOnL2) Set the QZSS code on L2.- Parameters:
qzssCodeOnL2- the code to set
-
getQzssFitInterval
public int getQzssFitInterval()Get the QZSS fit interval.- Returns:
- the QZSS fit interval
-
setQzssFitInterval
public void setQzssFitInterval(int qzssFitInterval) Set the QZSS fit interval.- Parameters:
qzssFitInterval- the QZSS fit interval to set