public class BeidouLegacyNavigationMessage extends AbstractNavigationMessage
Modifier and Type | Field and Description |
---|---|
static String |
D1
Identifier for message type.
|
static String |
D2
Identifier for message type.
|
Constructor and Description |
---|
BeidouLegacyNavigationMessage()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getAODC()
Getter for the Age Of Data Clock (AODC).
|
int |
getAODE()
Getter for the Age Of Data Ephemeris (AODE).
|
double |
getSvAccuracy()
Getter for the user SV accuray (meters).
|
double |
getTGD1()
Getter for the estimated group delay differential TGD1 for B1I signal.
|
double |
getTGD2()
Getter for the estimated group delay differential TGD for B2I signal.
|
void |
setAODC(double aod)
Setter for the age of data clock.
|
void |
setAODE(double aod)
Setter for the age of data ephemeris.
|
void |
setSvAccuracy(double svAccuracy)
Setter for the user SV accuracy.
|
void |
setTGD1(double tgd)
Setter for the B1/B3 Group Delay Differential (s).
|
void |
setTGD2(double tgd)
Setter for the B2/B3 Group Delay Differential (s).
|
getAf2, getCic, getCis, getCrc, getCrs, getCuc, getCus, getDeltaN, getEpochToc, getIDot, getMeanMotion, getSqrtA, getTransmissionTime, setAf2, setCic, setCis, setCrc, setCrs, setCuc, setCus, setDeltaN, setEpochToc, setIDot, setSqrtA, setTransmissionTime
getAf0, getAf1, getAngularVelocity, getCycleDuration, getDate, getE, getI0, getM0, getMu, getOmega0, getOmegaDot, getPa, getPRN, getSma, getTime, getWeek, setAf0, setAf1, setDate, setE, setI0, setM0, setOmega0, setOmegaDot, setPa, setPRN, setSma, setTime, setWeek
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAngularVelocity, getCycleDuration, getE, getI0, getM0, getMu, getOmega0, getOmegaDot, getPa, getPRN, getPropagator, getPropagator, getPropagator, getSma, getTime, getWeek
durationFrom, getDate
public static final String D1
public static final String D2
public BeidouLegacyNavigationMessage()
public int getAODC()
public void setAODC(double aod)
aod
- the age of data to setpublic int getAODE()
public void setAODE(double aod)
aod
- the age of data to setpublic double getTGD1()
public void setTGD1(double tgd)
tgd
- the group delay differential to setpublic double getTGD2()
public void setTGD2(double tgd)
tgd
- the group delay differential to setpublic double getSvAccuracy()
public void setSvAccuracy(double svAccuracy)
svAccuracy
- the value to setCopyright © 2002-2023 CS GROUP. All rights reserved.