faa.tg.aircraft.ground
Class GroundDynamics.GuidanceInformation

java.lang.Object
  extended by faa.tg.aircraft.ground.GroundDynamics.GuidanceInformation
All Implemented Interfaces:
GroundGuidance
Enclosing class:
GroundDynamics

private static final class GroundDynamics.GuidanceInformation
extends java.lang.Object
implements GroundGuidance


Field Summary
private  Coefficient brakingCoeffiecient
           
private  Thrust thrust
           
private  OptimizedAngle wheelAngle
           
 
Constructor Summary
private GroundDynamics.GuidanceInformation(GroundDynamics dynamics)
           
private GroundDynamics.GuidanceInformation(GroundDynamics dynamics, ProfileOutput output)
           
 
Method Summary
 Coefficient getBrakingCoefficient()
          Return the percent of maximum brake that should be applied, in the range (0,1).
 Thrust getThrust()
          Return the current thrust provided by the engine or its equivalent.
 OptimizedAngle getWheelAngle()
          Return the desired angle of the front wheel of the aircraft in a triangle configuration, or the rear wheel if reversed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wheelAngle

private final OptimizedAngle wheelAngle

thrust

private final Thrust thrust

brakingCoeffiecient

private final Coefficient brakingCoeffiecient
Constructor Detail

GroundDynamics.GuidanceInformation

private GroundDynamics.GuidanceInformation(GroundDynamics dynamics,
                                           ProfileOutput output)

GroundDynamics.GuidanceInformation

private GroundDynamics.GuidanceInformation(GroundDynamics dynamics)
Method Detail

getBrakingCoefficient

public Coefficient getBrakingCoefficient()
Description copied from interface: GroundGuidance
Return the percent of maximum brake that should be applied, in the range (0,1). The actual effect of this control will vary with conditions : an icy runway will require a higher coefficient to stop in the same distance as on a dry runway.

Specified by:
getBrakingCoefficient in interface GroundGuidance

getThrust

public Thrust getThrust()
Description copied from interface: GroundGuidance
Return the current thrust provided by the engine or its equivalent.

Specified by:
getThrust in interface GroundGuidance

getWheelAngle

public OptimizedAngle getWheelAngle()
Description copied from interface: GroundGuidance
Return the desired angle of the front wheel of the aircraft in a triangle configuration, or the rear wheel if reversed.

Specified by:
getWheelAngle in interface GroundGuidance