public static class CRD.RangeMeasurement extends Object implements TimeStamped
| Constructor and Description |
|---|
RangeMeasurement(AbsoluteDate date,
double timeOfFlight,
int epochEvent)
Constructor.
|
RangeMeasurement(AbsoluteDate date,
double timeOfFlight,
int epochEvent,
double snr)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbsoluteDate |
getDate()
Get the date.
|
int |
getEpochEvent()
Get the indicator for the time event reference.
|
double |
getSnr()
Get the signal to noise ratio.
|
double |
getTimeOfFlight()
Get the time-of-flight.
|
public RangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent)
date - data epochtimeOfFlight - time of flight in secondsepochEvent - indicates the time event referencepublic RangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, double snr)
date - data epochtimeOfFlight - time of flight in secondsepochEvent - indicates the time event referencesnr - signal to noise ratio (can be Double.NaN if unkonwn)public double getTimeOfFlight()
public int getEpochEvent()
public double getSnr()
public AbsoluteDate getDate()
getDate in interface TimeStampedCopyright © 2002-2022 CS GROUP. All rights reserved.