Package faa.tg.aircraft.adm.controllogic

The Control Logic Package provides the model of the aircraft dynamics control system for the TGF simulator.

See:
          Description

Interface Summary
ControlLogicInterface This interface must be implemented by every implementation of a controlLogic.
 

Class Summary
ControlLogic See the source: ControlLogic.java
ControlLogicResult This class encapsulates the results that are returned from the ControlLogic.control() method.
 

Package faa.tg.aircraft.adm.controllogic Description

The Control Logic Package provides the model of the aircraft dynamics control system for the TGF simulator.
It is responsible for taking the desired output vector from the modus and generating a desired Roll Angle, Thrust and Coefficient of Lift which will be returned in a ControlLogicResult and eventually passed to the dynamics.