Package faa.tg.datalink

This package provides the simulators interface to George Chandler's datalink simulator.

See:
          Description

Interface Summary
DcUpMsgListener Interface for listening for Data com up link messages.
DownlinkRequestInterface Contains an interface for creating a down link request See the source DownlinkRequestInterface.java
 

Class Summary
DatalinkEquipment This class encapsulates the functionality of the datalink Equipment on an Aircraft
DatalinkManager Manages data link messages
DatalinkMsgMgr Manages Datalink DataCom Up link messages See the source DatalinkMsgMgr.java
DatalinkRep This is the main class that manages all communication to a Datalink Gateway.
DatalinkResponseMessageEvent Event fired when TGF sends a response to a up link message.
DatalinkUpLinkMsgReceivedEvent See the source DatalinkUpLinkMsgReceivedEvent.java
DcUpDmsg This class stores a TGF data com up link message Sent by the Datalink server to TGF See the source DcUpDmsg.java
DcUpDmsgInfo Contains information about a datacom up link message See the source DcUpDmsgInfo.java
DlDmsg Datalink Down Link Message Sent by Datalink sp command
Dmsg Base type for datalink messages.
DmsgElementNames Contains the names of Datalink message element names See the source DmsgElementNames.java
NullDmsg Used to hold a blank message which is sent when an unknown message is sent
OpDmsg Option Message Says how to respond to Datalink Messages sent Currently TGF only expects a Attribute of AutoWilco with a value of on/off Sent by Datalink Server
RpDmsg Response message Sent in response to a datalink message Sent by both TGF and the Datalink server
SpDmsg Sent to TGF from Datalink Server Contains TGF SimPilot commands for an aircraft
TestDatalink Contains some test Datalink messages See the source: TestDatalink.java
TestTgfDataComMsg Test for TGF Data Com Up Link messages See the source TestTgfDataComMsg.java
TsDmsg Time stamp message sent every 5 minutes of simulation time
UpDmsg UpLink message class sends a text message to datalink equiped planes The responses will go back to the Gateway application via the static DatalinkRep sendResponse.
 

Enum Summary
RequestEnum Enumeration of known Downlink request messages See the source RequestEnum.java
TgfResponseType Enumeration type of TGF responses to a Data Com Up link message See the source ResponseType.java
 

Package faa.tg.datalink Description

This package provides the simulators interface to George Chandler's datalink simulator. It provides a dynamically loaded class to interface to the datalink simulator.