public class BeidouLegacyNavigationMessage extends AbstractNavigationMessage
Modifier and Type | Field and Description |
---|---|
static String |
D1
消息类型的标识符。
|
static String |
D2
消息类型的标识符。
|
Constructor and Description |
---|
BeidouLegacyNavigationMessage()
构造函数。
|
Modifier and Type | Method and Description |
---|---|
int |
getAODC()
获取数据时钟年龄(AODC)的方法。
|
int |
getAODE()
获取星历数据年龄(AODE)的方法。
|
double |
getSvAccuracy()
获取用户卫星精度(米)的方法。
|
double |
getTGD1()
获取B1I信号的估计组延迟差异TGD1的方法。
|
double |
getTGD2()
获取B2I信号的估计组延迟差异TGD的方法。
|
void |
setAODC(double aod)
设置数据时钟年龄的方法。
|
void |
setAODE(double aod)
设置星历数据年龄的方法。
|
void |
setSvAccuracy(double svAccuracy)
设置用户卫星精度的方法。
|
void |
setTGD1(double tgd)
设置B1/B3组延迟差异(秒)的方法。
|
void |
setTGD2(double tgd)
设置B2/B3组延迟差异(秒)的方法。
|
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 int getAODC()
public void setAODC(double aod)
aod
- 要设置的数据年龄
public int getAODE()
public void setAODE(double aod)
aod
- 要设置的数据年龄
public double getTGD1()
public void setTGD1(double tgd)
tgd
- 要设置的组延迟差异
public double getTGD2()
public void setTGD2(double tgd)
tgd
- 要设置的组延迟差异
public double getSvAccuracy()
public void setSvAccuracy(double svAccuracy)
svAccuracy
- 要设置的值
Copyright © 2002-2023 CS GROUP. All rights reserved.