Uses of Class
uavsim.datatypes.AttitudeYaw

Packages that use AttitudeYaw
uavsim.computers Provides... 
uavsim.computers.test   
uavsim.datatypes Provides... 
uavsim.flightdynamicsmodel Provides... 
uavsim.graphics.instruments.gpsmap.test   
uavsim.graphics.instruments.turncoordinator.test   
uavsim.graphics.instruments.vorlocalizerglideslope Provides... 
uavsim.graphics.instruments.vorlocalizerglideslope.test   
 

Uses of AttitudeYaw in uavsim.computers
 

Methods in uavsim.computers that return AttitudeYaw
private  AttitudeYaw ILSComputer.calculateLocalizerCorrectionAngle(ILSAssembly ilsAssembly, SevenDOFDescriptor sevenDOFDescriptor)
          Calculates the localizer correction angle.
 

Uses of AttitudeYaw in uavsim.computers.test
 

Fields in uavsim.computers.test declared as AttitudeYaw
private static AttitudeYaw VORDMEComputerTest.HEADING_RATE
          the rate at which the interactive controls change the heading
private static AttitudeYaw ILSComputerTest.HEADING_RATE
          the rate at which the interactive controls change the heading
private static AttitudeYaw ADFComputerTest.HEADING_RATE
          the rate at which the interactive controls change the heading
 

Uses of AttitudeYaw in uavsim.datatypes
 

Fields in uavsim.datatypes declared as AttitudeYaw
(package private)  AttitudeYaw Attitude._yaw
          the yaw
static AttitudeYaw AttitudeYaw.YAW_0
          predefined common yaws
static AttitudeYaw AttitudeYaw.YAW_180
           
static AttitudeYaw AttitudeYaw.YAW_M120
           
static AttitudeYaw AttitudeYaw.YAW_M150
           
static AttitudeYaw AttitudeYaw.YAW_M30
           
static AttitudeYaw AttitudeYaw.YAW_M60
           
static AttitudeYaw AttitudeYaw.YAW_M90
           
static AttitudeYaw AttitudeYaw.YAW_P120
           
static AttitudeYaw AttitudeYaw.YAW_P150
           
static AttitudeYaw AttitudeYaw.YAW_P30
           
static AttitudeYaw AttitudeYaw.YAW_P60
           
static AttitudeYaw AttitudeYaw.YAW_P90
           
 

Methods in uavsim.datatypes that return AttitudeYaw
 AttitudeYaw AttitudeYaw.add_(AttitudeYaw yaw)
          Adds another unit to this one.
 AttitudeYaw AngleNavigational.convertToYaw()
          Converts this angle zzz +-180
 AttitudeYaw Attitude.getYaw()
          Gets the yaw as a mutable object.
 AttitudeYaw AttitudeYaw.negate()
          Generates the negated form of this yaw, meaning the its sign flips.
 AttitudeYaw AttitudeYaw.reciprocate()
          Generates the 180-degree reciprocal of this yaw.
 AttitudeYaw AttitudeYaw.subtract_(AttitudeYaw yaw)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type AttitudeYaw
 AttitudeYaw AttitudeYaw.add_(AttitudeYaw yaw)
          Adds another unit to this one.
 boolean AttitudeYaw.isPlusMinusDelta(AttitudeYaw deltaAngle)
          Returns whether this yaw is on an interval plus or minus a delta value.
 AttitudeYaw AttitudeYaw.subtract_(AttitudeYaw yaw)
          Subtract another unit from this one.
 

Constructors in uavsim.datatypes with parameters of type AttitudeYaw
Attitude(AttitudePitch pitch, AttitudeRoll roll, AttitudeYaw yaw)
          Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudePitch pitch, AttitudeYaw yaw)
          Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudeRoll roll, AttitudeYaw yaw)
          Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudeYaw yaw)
          Creates an attitude object as defined for its degrees of freedom.
 

Uses of AttitudeYaw in uavsim.flightdynamicsmodel
 

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

Uses of AttitudeYaw in uavsim.graphics.instruments.gpsmap.test
 

Fields in uavsim.graphics.instruments.gpsmap.test declared as AttitudeYaw
private static AttitudeYaw GPSMapTest.HEADING_RATE
          the rate at which the interactive controls change the heading
 

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

Fields in uavsim.graphics.instruments.turncoordinator.test declared as AttitudeYaw
private static AttitudeYaw TurnCoordinatorTest.YAW_RATE
          the rate at which the interactive controls change the yaw
 

Uses of AttitudeYaw in uavsim.graphics.instruments.vorlocalizerglideslope
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope declared as AttitudeYaw
private  AttitudeYaw VORLocalizerGlideslope._localizerCorrectionAngle
          the correction angle to get the localizer on course
private static AttitudeYaw VORLocalizerGlideslope.LOCALIZER_DRIFT
          the amount of random needle drift
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope with type parameters of type AttitudeYaw
private static Interval<AttitudeYaw> VORLocalizerGlideslope.LOCALIZER_DEVIATION
          the interval defining the localizer ticks
 

Methods in uavsim.graphics.instruments.vorlocalizerglideslope that return AttitudeYaw
private  AttitudeYaw VORLocalizerGlideslope.drift(AttitudeYaw correctionAngle)
          Perturbs a correction angle by a random drift.
 AttitudeYaw VORLocalizerGlideslope.getLocalizerCorrectionAngle()
          Gets the correction angle to get the localizer on course.
 

Methods in uavsim.graphics.instruments.vorlocalizerglideslope with parameters of type AttitudeYaw
private  CoordinateCartesianAbsolute VORLocalizerGlideslope.calculateLocalizerCoordinate(AttitudeYaw angle, boolean isILSMode)
          Calculate the end of the localizer needle based on its correction angle from center.
private  AttitudeYaw VORLocalizerGlideslope.drift(AttitudeYaw correctionAngle)
          Perturbs a correction angle by a random drift.
 void VORLocalizerGlideslope.update(AttitudeYaw correctionAngleLocalizer, AttitudePitch correctionAngleGlideslope)
          Updates the state of the instrument without rendering it.
 void VORLocalizerGlideslope.update(AttitudeYaw correctionAngle, boolean isToOrFromStation)
          Updates the state of the instrument without rendering it.
 

Uses of AttitudeYaw in uavsim.graphics.instruments.vorlocalizerglideslope.test
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope.test declared as AttitudeYaw
private static AttitudeYaw VORLocalizerGlideslopeTest.LOCALIZER_DEVIATION
          the rate at which the interactive controls change the localizer