Package faa.tg.atvoice.message

This package provides tools for processing messages from the At Voice Service.

See:
          Description

Interface Summary
AtVoiceEventListener Listens for and responds to AtVoiceResponseBlocked See the source AtVoiceEventListener.java
AtVoiceMessageListener This class contains a interface for handling AtVoiceMessages See the source AtVoiceMessageListener.java
AtVoicePttListener This class provides an interface for classes interested in listening for AtVoice PTT See the source AtVoicePttListener.java
 

Class Summary
AcidStatus This class contains the Aircraft Identification Status Message which is used to notify the AtVoice as to the status of an aircraft on a controller's frequency.
AcidStatuses Acid status types See the source AcidStatuses.java
AtMgrControl This class contains a message which is a request to shutdown the ATMgr process.
ATVoiceEvent See the source ATVoiceEvent.java
AtVoiceMessage AtVoiceMessage represents the Messages send and Received on the wire to ATVoice system See the source: AtVoiceMessage.java
AtVoiceMessageFactory This class process data found on a DataInputStream and turns it into AtVoiceMessages See the source AtVoiceMessageFactory.java
AtVoiceMessageFactoryNotifier This class notifies its list of AtVoiceMessageListeners about a message See the source AtVoiceMessageFactoryNotifier.java
AtVoiceMessageType AtVoiceMessage represents the Messages Types sent and Received on the wire to ATVoice system See the source: AtVoiceMessageType.java
AtVoicePttMgr This class takes care of notifing any interested in At Voice Ptt See the source AtVoicePttMgr.java
CwpPtt This class contains the controller push to talk timing information.
DisregardRecognitionEvent This class contains an event that is fired when ATVoice sends a disregard event message See the source DisregardRecognitionEvent.java
IdentificationEvent Records when an identification message is sent See the source IdentificationEvent.java
NoTranslationEvent This class contains an event that is See the source NoTranslationEvent.java
PilotPtt This class contains an indication of the beginning and ending of a pilot audo response.
Recognition This class contains application commands based on spoken controller clearances.
RecognitionEvent Record recognition message See the source RecognitionEvent.java
RecognitionFailedEvent This class contains an event that is fired when ATVoice fails to recognize what a controller said.
Response This class contains pilot voice responses to controller clearances, or unsolicited pilot requests See the source Response.java
ResponseBlockedEvent Records when a response blocked event occurs See the source ResponseBlockedEvent.java
ResponseEvent Record response message See the source ResponseEvent.java
SimState This class contains the vlaues that can be used for the State of the Simulation See the source SimState.java
StateChange This class contains a message that is sent to inform the VRS components that there is a simulation state change.
Status This class contains a status report message Sent by the ATMgr to the Simulator to indicate when a VRS component has started or stopped See the source Status.java
StatusEvent Record aircraft status change See the source StatusEvent.java
VoiceEvent This class contains the VoiceEvent message which is sent either when a user action interrupts or prevents a response from being played.
VoiceEventType This class represents the types of Voice Events that are sent See the source VoiceEventType.java
VoicePttRecordable See the source VoicePttRecordable.java
 

Package faa.tg.atvoice.message Description

This package provides tools for processing messages from the At Voice Service.