Package faa.tg.aircraft.deadreckon.cockpit

This package provides an interface to the cockpit concentrator.

See:
          Description

Interface Summary
CockpitInterface This class defines CockpitInterface
CockpitMessageListener This class defines CockpitMessageListener which is an interface for classes that listen for messages from the concentrator.
 

Class Summary
Cockpit This class defines Cockpit which keeps information about a cockpit such as id #, name, and aircraft currently assigned, if any.
CockpitAmmFrame This class defines CockpitAmmFrame which displays the messages sent by the tgf for a given aircraft
CockpitMessageFactory This class defines CockpitMessageFactory which takes care creating messages from the cockpit from a given DataInputStream.
CockpitMessageMgr This class defines CockpitMessageMgr which takes care of processing messages from the cockpit concentrator.
CockpitMessageService This class defines CockpitMessageService which provides a way for tgf to send and recieve messages to/from the cockpit concentrator.
CpRecording2PlayBack This class contains CpRecording2PlayBack which takes a cockpit concentrator .cp recording file and splits it into seperate cockpit playback files that can be use with the fsim program
CpRecording2PlayBackInfo This class contains CpRecording2PlayBackInfo
 

Package faa.tg.aircraft.deadreckon.cockpit Description

This package provides an interface to the cockpit concentrator. The inteface allows cockpit simulators to connect into a simulation and control aircraft.