Uses of Class
uavsim.datatypes.Airspeed

Packages that use Airspeed
uavsim.datatypes Provides... 
uavsim.flightdynamicsmodel Provides... 
uavsim.graphics.instruments.airspeedindicator Provides... 
uavsim.graphics.instruments.airspeedindicator.test   
uavsim.graphics.instruments.turncoordinator Provides... 
uavsim.graphics.instruments.turncoordinator.test   
 

Uses of Airspeed in uavsim.datatypes
 

Fields in uavsim.datatypes declared as Airspeed
private  Airspeed Velocity._speed
          the speed
 

Methods in uavsim.datatypes that return Airspeed
 Airspeed Airspeed.add_(Airspeed airspeed)
          Adds another unit to this one.
 Airspeed Velocity.getSpeed()
          Gets the speed.
 Airspeed Airspeed.interpolate(Airspeed airspeed, Scaler scaler)
          Interpolates between this airspeed and another in the forward direction.
 Airspeed Airspeed.subtract_(Airspeed airspeed)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type Airspeed
 Airspeed Airspeed.add_(Airspeed airspeed)
          Adds another unit to this one.
 int Airspeed.compareTo(Airspeed airspeed)
          
 Airspeed Airspeed.interpolate(Airspeed airspeed, Scaler scaler)
          Interpolates between this airspeed and another in the forward direction.
 Airspeed Airspeed.subtract_(Airspeed airspeed)
          Subtract another unit from this one.
 

Constructors in uavsim.datatypes with parameters of type Airspeed
Velocity(AngleNavigational angle, Airspeed speed)
          Creates a velocity object.
 

Uses of Airspeed in uavsim.flightdynamicsmodel
 

Methods in uavsim.flightdynamicsmodel that return Airspeed
 Airspeed AircraftModelController.getAirspeed()
          Returns the airspeed.
 

Constructors in uavsim.flightdynamicsmodel with parameters of type Airspeed
AircraftModel(CoordinateWorld3D position, AttitudeYaw heading, Airspeed airspeed, RevolutionsPerMinute rpm)
          Creates an aircraft model.
 

Uses of Airspeed in uavsim.graphics.instruments.airspeedindicator
 

Fields in uavsim.graphics.instruments.airspeedindicator declared as Airspeed
private  Airspeed AirspeedIndicator._airspeed
          the airspeed
private static Airspeed AirspeedIndicator.AIRSPEED_MAX
          the maximum airspeed
private static Airspeed AirspeedIndicator.AIRSPEED_MIN
          the minimum airspeed
 

Fields in uavsim.graphics.instruments.airspeedindicator with type parameters of type Airspeed
private static CircularFaceplateDescriptor<Airspeed> AirspeedIndicator.FACEPLATE
          the faceplate descriptor
private static ArcDescriptor<Airspeed> AirspeedIndicator.GREEN_ARC
          the arc descriptor for the green arc
private static TickDescriptor<Airspeed> AirspeedIndicator.MAJOR_TICKS
          the descriptor for the major ticks
private static TickDescriptor<Airspeed> AirspeedIndicator.MINOR_TICKS
          the descriptor for the minor ticks
private static NumberDescriptor<Airspeed> AirspeedIndicator.NUMBERS
          the numbers descriptor
private static ArcDescriptor<Airspeed> AirspeedIndicator.RED_ARC
          the arc descriptor for the red arc
private static ArcDescriptor<Airspeed> AirspeedIndicator.WHITE_ARC
          the arc descriptor for the white arc
private static ArcDescriptor<Airspeed> AirspeedIndicator.YELLOW_ARC
          the arc descriptor for the yellow arc
 

Methods in uavsim.graphics.instruments.airspeedindicator that return Airspeed
 Airspeed AirspeedIndicator.getAirspeed()
          Gets the airspeed.
 

Methods in uavsim.graphics.instruments.airspeedindicator with parameters of type Airspeed
 AngleMathematical AirspeedIndicator.mapAngle_(Airspeed airspeed)
          Returns the angle corresponding to the value of a unit.
 void AirspeedIndicator.update(Airspeed airspeed)
          Updates the state of the instrument without rendering it.
 

Uses of Airspeed in uavsim.graphics.instruments.airspeedindicator.test
 

Fields in uavsim.graphics.instruments.airspeedindicator.test declared as Airspeed
private static Airspeed AirspeedIndicatorTest.AIRSPEED_RATE
          the rate at which the interactive controls change the airspeed
 

Uses of Airspeed in uavsim.graphics.instruments.turncoordinator
 

Fields in uavsim.graphics.instruments.turncoordinator declared as Airspeed
private  Airspeed TurnCoordinator._airspeed
          the airspeed
 

Methods in uavsim.graphics.instruments.turncoordinator that return Airspeed
 Airspeed TurnCoordinator.getAirspeed()
          Gets the airspeed in knots.
 

Methods in uavsim.graphics.instruments.turncoordinator with parameters of type Airspeed
 void TurnCoordinator.update(Attitude attitude, Course course, Airspeed airspeed)
          Updates the state of the instrument without rendering it.
 

Uses of Airspeed in uavsim.graphics.instruments.turncoordinator.test
 

Fields in uavsim.graphics.instruments.turncoordinator.test declared as Airspeed
private static Airspeed TurnCoordinatorTest.AIRSPEED_RATE
          the rate at which the interactive controls change the airspeed