Uses of Class
uavsim.datatypes.Deviation

Packages that use Deviation
uavsim.datatypes Provides... 
uavsim.graphics.instruments.horizontalsituationindicator Provides... 
uavsim.graphics.instruments.horizontalsituationindicator.test   
 

Uses of Deviation in uavsim.datatypes
 

Methods in uavsim.datatypes that return Deviation
 Deviation Deviation.add_(Deviation deviation)
          Adds another unit to this one.
 Deviation DeviationFree.convertToDeviation()
          Converts this deviation to a Deviation.
 Deviation Deviation.subtract_(Deviation deviation)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type Deviation
 Deviation Deviation.add_(Deviation deviation)
          Adds another unit to this one.
 Deviation Deviation.subtract_(Deviation deviation)
          Subtract another unit from this one.
 

Uses of Deviation in uavsim.graphics.instruments.horizontalsituationindicator
 

Fields in uavsim.graphics.instruments.horizontalsituationindicator declared as Deviation
private  Deviation HorizontalSituationIndicator._glideslopeDeviation
          the deviation of the glideslope needle from center
private  Deviation HorizontalSituationIndicator._localizerDeviation
          the deviation of the localizer needle from center
private static Deviation HorizontalSituationIndicator.DRIFT_DEVIATION
          the amount of randomization in the needle drift
 

Fields in uavsim.graphics.instruments.horizontalsituationindicator with type parameters of type Deviation
private static Interval<Deviation> HorizontalSituationIndicator.GLIDESLOPE_DEVIATION
          the interval defining the glideslope ticks
private static Interval<Deviation> HorizontalSituationIndicator.LOCALIZER_DEVIATION
          the interval defining the localizer ticks
 

Methods in uavsim.graphics.instruments.horizontalsituationindicator that return Deviation
private  Deviation HorizontalSituationIndicator.drift(Deviation deviation)
          Perturbs a deviation by a random drift.
 Deviation HorizontalSituationIndicator.getGlideslopeDeviation()
          Gets the glideslope deviation from center.
 Deviation HorizontalSituationIndicator.getLocalizerDeviation()
          Gets the localizer deviation from center.
 

Methods in uavsim.graphics.instruments.horizontalsituationindicator with parameters of type Deviation
private  CoordinateCartesianAbsolute HorizontalSituationIndicator.calculateGlideslopeCoordinate(Deviation deviation)
          Calculate the end of the glideslope needle based on its deviation from center.
private  CoordinateCartesianAbsolute HorizontalSituationIndicator.calculateLocalizerCoordinate(Deviation deviation)
          Calculate the end of the localizer needle based on its deviation from center.
private  Deviation HorizontalSituationIndicator.drift(Deviation deviation)
          Perturbs a deviation by a random drift.
 void HorizontalSituationIndicator.update(boolean isToOrFromStation, Deviation localizerDeviation, boolean isLocalizerAlive)
          Updates the state of the instrument without rendering it.
 void HorizontalSituationIndicator.update(boolean isToOrFromStation, Deviation localizerDeviation, boolean isLocalizerAlive, Deviation glideslopeDeviation, boolean isGlideslopeAlive)
          Updates the state of the instrument without rendering it.
 

Uses of Deviation in uavsim.graphics.instruments.horizontalsituationindicator.test
 

Fields in uavsim.graphics.instruments.horizontalsituationindicator.test declared as Deviation
private static Deviation HorizontalSituationIndicatorTest.GLIDESLOPE_DEVIATION
          the rate at which the interactive controls change the glideslope
private static Deviation HorizontalSituationIndicatorTest.LOCALIZER_DEVIATION
          the rate at which the interactive controls change the localizer