public static class CRD.RangeMeasurement extends Object implements TimeStamped
Constructor and Description |
---|
RangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent)
构造函数。
|
RangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, double snr)
构造函数。
|
RangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, double snr, String systemConfigurationId)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
获取日期。
|
int |
getEpochEvent()
获取时间事件参考的指示器。
|
double |
getSnr()
获取信噪比。
|
String |
getSystemConfigurationId()
获取系统配置ID。
|
double |
getTimeOfFlight()
获取飞行时间。
|
String |
toCrdString()
获取实例的CRD格式的字符串表示。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
durationFrom
public RangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent)
date
- 数据时刻
timeOfFlight
- 飞行时间(秒)
epochEvent
- 指示时间事件参考
public RangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, double snr)
date
- 数据时刻
timeOfFlight
- 飞行时间(秒)
epochEvent
- 指示时间事件参考
snr
- 信噪比(如果未知则为Double.NaN)
public RangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, double snr, String systemConfigurationId)
date
- 数据时刻
timeOfFlight
- 飞行时间(秒)
epochEvent
- 指示时间事件参考
snr
- 信噪比(如果未知则为Double.NaN)
systemConfigurationId
- 系统配置ID
public double getTimeOfFlight()
public int getEpochEvent()
public double getSnr()
public AbsoluteDate getDate()
getDate
在接口 TimeStamped
public String getSystemConfigurationId()
public String toCrdString()
Copyright © 2002-2023 CS GROUP. All rights reserved.