public class Rtcm1042Data extends RtcmEphemerisData
SEC_TO_MILLI
Constructor and Description |
---|
Rtcm1042Data()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
BeidouNavigationMessage |
getBeidouNavigationMessage()
Get the Beidou navigation message corresponding to the current RTCM data.
|
BeidouNavigationMessage |
getBeidouNavigationMessage(TimeScales timeScales)
Get the Beidou navigation message corresponding to the current RTCM data.
|
double |
getBeidouToc()
Get the Beidou time of clock.
|
double |
getSvHealth()
Get the satellite health status.
|
void |
setBeidouNavigationMessage(BeidouNavigationMessage beidouNavigationMessage)
Set the Beidou navigation message.
|
void |
setBeidouToc(double toc)
Set the Beidou time of clock.
|
void |
setSvHealth(double svHealth)
Set the satellite health status.
|
getAccuracyProvider, getSatelliteID, setAccuracyProvider, setSatelliteID
@DefaultDataContext public BeidouNavigationMessage getBeidouNavigationMessage()
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 BeidouNavigationMessage getBeidouNavigationMessage(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 setBeidouNavigationMessage(BeidouNavigationMessage beidouNavigationMessage)
beidouNavigationMessage
- the Beidou navigation message to setpublic double getBeidouToc()
The Beidou time of clock is given in seconds since the beginning of the Beidou week.
public void setBeidouToc(double toc)
toc
- the time of clock to setpublic double getSvHealth()
public void setSvHealth(double svHealth)
svHealth
- the health status to setCopyright © 2002-2022 CS GROUP. All rights reserved.