public class Rtcm1045Data extends RtcmEphemerisData
SEC_TO_MILLI
Constructor and Description |
---|
Rtcm1045Data()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getGalileoDataValidityStatus()
Get the Galileo data validity status.
|
GalileoNavigationMessage |
getGalileoNavigationMessage()
Get the Galileo navigation message corresponding to the current RTCM data.
|
GalileoNavigationMessage |
getGalileoNavigationMessage(TimeScales timeScales)
Get the Galileo navigation message corresponding to the current RTCM data.
|
double |
getGalileoToc()
Get the Galileo time of clock.
|
void |
setGalileoDataValidityStatus(int galileoDataValidityStatus)
Set the Galileo data validity status.
|
void |
setGalileoNavigationMessage(GalileoNavigationMessage galileoNavigationMessage)
Set the Galileo navigation message.
|
void |
setGalileoToc(double toc)
Set the Galileo time of clock.
|
getAccuracyProvider, getSatelliteID, setAccuracyProvider, setSatelliteID
@DefaultDataContext public GalileoNavigationMessage getGalileoNavigationMessage()
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 GalileoNavigationMessage getGalileoNavigationMessage(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 setGalileoNavigationMessage(GalileoNavigationMessage galileoNavigationMessage)
galileoNavigationMessage
- the Galileo navigation message to setpublic double getGalileoToc()
The Galileo time of clock is given in seconds since the beginning of the Galileo week.
public void setGalileoToc(double toc)
toc
- the time of clock to setpublic int getGalileoDataValidityStatus()
public void setGalileoDataValidityStatus(int galileoDataValidityStatus)
galileoDataValidityStatus
- the validity status to setCopyright © 2002-2022 CS GROUP. All rights reserved.