Package faa.tg.aircraft.cmd

This package provides a directory for an alternative method for generating commands on an aircraft.

See:
          Description

Class Summary
AircraftCommand This Class AircraftCommand provides a base class for commands to the aircraft guidance system.
CrossFix This Class CrossFix is used to command an Aircraft to a new Fix Crossing.
DepartFixOnRadial This Class DepartFixOnRadial is used to command an Aircraft to depart a fix on a radial.
DirectFixViaRadial This Class DirectFixViaRadial is used to command an Aircraft to goto a fix on a radial.
DirectToFix This Class DirectToFix is used to command an Aircrat to a new Fix.
NewAltitude This Class NewAltitude is used to command an Aircrat to a new Altitude.
NewMagneticHeading This Class NewMagneticHeading is used to command an Aircrat to a new MagneticHeading.
NewSpeed This Class NewSpeed is used to command an Aircrat to a new Speed.
NewTrueHeading This Class NewTrueHeading is used to command an Aircrat to a new TrueHeading.
ResumeSpeed This Class ResumeSpeed is used to command an Aircrat to resume its own speed preferences.
 

Package faa.tg.aircraft.cmd Description

This package provides a directory for an alternative method for generating commands on an aircraft. Currently method calls on Aircraft provide the mechanism for effecting command. This package is not currently used.