Package faa.tg.aircraft.adm.controllogic.latcontrol

This package provides the lateral control logic model for aircraft in the TGF simulator.

See:
          Description

Interface Summary
HeadingStrategist Interface used to refer to a generic heading strategist.
TurnStrategist Interface implemented by left and right turns, which provides a way to calculate the error between the desired heading and the actual heading See the source: TurnStrategist.java
 

Class Summary
AbstractTurn An abstract class that contains most of the functionality for a turn.
ContinuousHeadingStrategist Deprecated. Needs to be fixed before use.
GenericHeadingStrategist A Strategist class used to command a new heading.
LateralControlLogic The lateral control logic is responsible for commanding an updated roll angle.
LeftTurn The class used to implement the necessary functionality to command a left turn on the aircraft.
RightTurn The class used to implement the necessary functionality to command a right turn on the aircraft.
 

Package faa.tg.aircraft.adm.controllogic.latcontrol Description

This package provides the lateral control logic model for aircraft in the TGF simulator.

It is responsible for taking the lateral (side to side) components of the desired output vector (see faa.tg.vector.OutputVector) containing the desired heading from the Modus Package (see faa.tg.aircraft.adm.modus) and generating a desired roll angle which will be returned in a Control Logic result (see faa.tg.aircraft.adm.controllogic.ControlLogicResult) and eventually passed to the Dynamics Package (see faa.tg.aircraft.adm.dynamics).