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.
|
RangeMeasurement(AbsoluteDate date,
double timeOfFlight,
int epochEvent,
double snr,
String systemConfigurationId)
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.
|
String |
getSystemConfigurationId()
Get the system configuration id.
|
double |
getTimeOfFlight()
Get the time-of-flight.
|
String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
durationFrom
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 RangeMeasurement(AbsoluteDate date, double timeOfFlight, int epochEvent, double snr, String systemConfigurationId)
date
- data epochtimeOfFlight
- time of flight in secondsepochEvent
- indicates the time event referencesnr
- signal to noise ratio (can be Double.NaN if unkonwn)systemConfigurationId
- system configuration idpublic double getTimeOfFlight()
public int getEpochEvent()
public double getSnr()
public AbsoluteDate getDate()
getDate
in interface TimeStamped
public String getSystemConfigurationId()
public String toCrdString()
Copyright © 2002-2023 CS GROUP. All rights reserved.