Package faa.tg.aircraft.deadreckon

This package provides the simulators model of the Aircraft the is updated by dead reckoning from external update position reports.

See:
          Description

Interface Summary
DRAircraftRulesInterface Interface defining a set of rules to validate values for dead reckoned aircraft.
 

Class Summary
DeadReckonController Defines the methods needed for controlling an aircraft under the dead reckon dynamics (none).
DeadReckonDynamics DeadReckonDynamics represents an aircraft that does not have its location determined by TGF's Aircraft Dynamics Model.
EtmsDeadReckonDynamics EtmsDeadReckonDynamics takes two known positions and extrapolates a predicted next position.
RecordingDeadReckonAircraftFactory The RecordingDeadReckonAircraftFactory is a factory for DeadReckonAircraft that will accept recorded AircraftState and FlightTerminatedEventState objects and use them to activate, update, and terminate DeadReckonAircraft objects in a simulation.
TimeStampedPosition This class defines TimeStampedPosition which is just a position with the sim time that the position was recieved
 

Package faa.tg.aircraft.deadreckon Description

This package provides the simulators model of the Aircraft the is updated by dead reckoning from external update position reports.