public class ObservationData extends Object
Constructor and Description |
---|
ObservationData(ObservationType observationType,
double value,
int lli,
int signalStrength)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getLossOfLockIndicator()
Get the Loss of Lock Indicator.
|
ObservationType |
getObservationType()
Get the observation type.
|
int |
getSignalStrength()
Get the signal strength.
|
double |
getValue()
Get the observed value.
|
public ObservationData(ObservationType observationType, double value, int lli, int signalStrength)
observationType
- observation typevalue
- observed value (may be Double.NaN
if observation not available)lli
- Loss of Lock IndicatorsignalStrength
- signal strengthpublic ObservationType getObservationType()
public double getValue()
Double.NaN
if observation not available)public int getLossOfLockIndicator()
public int getSignalStrength()
Copyright © 2002-2022 CS GROUP. All rights reserved.