public class LegacyNavigationMessage extends AbstractNavigationMessage implements GNSSClockElements
Modifier | Constructor and Description |
---|---|
protected |
LegacyNavigationMessage(double mu, double angularVelocity, int weekNumber)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
int |
getFitInterval()
获取拟合间隔。
|
int |
getIODC()
获取数据时钟发行(IODC)。
|
int |
getIODE()
获取数据星历发行(IODE)。
|
double |
getSvAccuracy()
获取用户SV精度(米)。
|
int |
getSvHealth()
获取卫星健康状态。
|
double |
getTGD()
获取组延迟差分(秒)。
|
void |
setFitInterval(int fitInterval)
设置拟合间隔。
|
void |
setIODC(int value)
设置数据时钟发行。
|
void |
setIODE(double value)
设置数据星历发行。
|
void |
setSvAccuracy(double svAccuracy)
设置用户SV精度。
|
void |
setSvHealth(int svHealth)
设置卫星健康状态。
|
void |
setTGD(double time)
设置组延迟差分(秒)。
|
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
getAf0, getAf1, getAf2, getCycleDuration, getToc
durationFrom, getDate
getAngularVelocity, getCycleDuration, getE, getI0, getM0, getMu, getOmega0, getOmegaDot, getPa, getPRN, getPropagator, getPropagator, getPropagator, getSma, getTime, getWeek
protected LegacyNavigationMessage(double mu, double angularVelocity, int weekNumber)
mu
- 地球的普遍引力参数
angularVelocity
- GNSS模型的地球平均角速度
weekNumber
- GNSS周期中的周数
public int getIODE()
public void setIODE(double value)
value
- 要设置的IODE
public int getIODC()
public void setIODC(int value)
value
- 要设置的IODC
public double getTGD()
getTGD
在接口 GNSSClockElements
public void setTGD(double time)
time
- 要设置的组延迟差分
public double getSvAccuracy()
public void setSvAccuracy(double svAccuracy)
svAccuracy
- 要设置的值
public int getSvHealth()
public void setSvHealth(int svHealth)
svHealth
- 要设置的值
public int getFitInterval()
public void setFitInterval(int fitInterval)
fitInterval
- 拟合间隔
Copyright © 2002-2023 CS GROUP. All rights reserved.