faa.tg.aircraft.ground
Class GroundDynamics.GuidanceInformation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wheelAngle
private final OptimizedAngle wheelAngle
thrust
private final Thrust thrust
brakingCoeffiecient
private final Coefficient brakingCoeffiecient
GroundDynamics.GuidanceInformation
private GroundDynamics.GuidanceInformation(GroundDynamics dynamics,
ProfileOutput output)
GroundDynamics.GuidanceInformation
private GroundDynamics.GuidanceInformation(GroundDynamics dynamics)
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