public class Rtcm1044Data extends RtcmEphemerisData
SEC_TO_MILLI
Constructor and Description |
---|
Rtcm1044Data()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getQzssCodeOnL2()
Get the QZSS code on L2 Channel.
|
int |
getQzssFitInterval()
Get the QZSS fit interval.
|
QZSSNavigationMessage |
getQzssNavigationMessage()
Get the QZSS navigation message corresponding to the current RTCM data.
|
QZSSNavigationMessage |
getQzssNavigationMessage(TimeScales timeScales)
Get the QZSS navigation message corresponding to the current RTCM data.
|
double |
getQzssToc()
Get the QZSS time of clock.
|
void |
setQzssCodeOnL2(int qzssCodeOnL2)
Set the QZSS code on L2.
|
void |
setQzssFitInterval(int qzssFitInterval)
Set the QZSS fit interval.
|
void |
setQzssNavigationMessage(QZSSNavigationMessage qzssNavigationMessage)
Set the QZSS navigation message.
|
void |
setQzssToc(double toc)
Set the QZSS time of clock.
|
getAccuracyProvider, getSatelliteID, setAccuracyProvider, setSatelliteID
@DefaultDataContext public QZSSNavigationMessage getQzssNavigationMessage()
This object can be used to initialize a GNSSPropagator
This method uses the DataContext.getDefault()
to initialize
the time scales used to configure the reference epochs of the navigation
message.
public QZSSNavigationMessage getQzssNavigationMessage(TimeScales timeScales)
This object can be used to initialize a GNSSPropagator
When calling this method, the reference epochs of the navigation message (i.e. ephemeris and clock epochs) are initialized using the provided time scales.
timeScales
- time scales to use for initializing epochspublic void setQzssNavigationMessage(QZSSNavigationMessage qzssNavigationMessage)
qzssNavigationMessage
- the QZSS navigation message to setpublic double getQzssToc()
The QZSS time of clock is given in seconds since the beginning of the QZSS week.
public void setQzssToc(double toc)
toc
- the time of clock to setpublic int getQzssCodeOnL2()
public void setQzssCodeOnL2(int qzssCodeOnL2)
qzssCodeOnL2
- the code to setpublic int getQzssFitInterval()
public void setQzssFitInterval(int qzssFitInterval)
qzssFitInterval
- the QZSS fit interval to setCopyright © 2002-2022 CS GROUP. All rights reserved.