Package faa.tg.aidl

This package provides classes for exporting TGF Aircraft state to AIDL.

See:
          Description

Interface Summary
AidlObject An Object found in a Aidl XML File See the source AidlObject.java
 

Class Summary
AidlAcWriter create aidl XML for a single aircraft See the source AidlAcWriter.java
AidlArc Defines an Aidl Arc See the source AidlArc.java
AidlElementNames This class contains the names of the elements and attributes found in an AIDL XML file that comes from the aidl namespace See the source AidlElementNames.java
AidlFix Contains info on fixes used in aidl See the source AidlFix.java
AidlFpxElementNames See the source AidlFpxElementNames.java
AidlGlideSlope Defines a aidl glide slope See the source AidlGlideSlope.java
AidlImporter Reads in an aidl xml file See the source AidlImporter.java
AidlInstruction Contains an AIDL instruction See the source AidlInstruction.java
AidlLine An aidl line from fix 1 to fix 2 See the source AidlLine.java
AidlObjectMgr Manages aidl objects See the source AidlObjectMgr.java
AidlParameter Contians a aidl parameter See the source AidlParameter.java
AidlSpeedLaw Defines an AIDL speed law paramater See the source AidlSpeedLaw.java
AidlTrigger Contians a aidl trigger See the source AidlTrigger.java
AidlWriter Converts TGF Ac States into XML See the source AidlWriter.java
BadaAcData Contains bada aircraft data See the source BadaAcData.java
BadaCsvImporter Import bada data from given file for given type See the source BadaCsvImporter.java
CoinElementNames This class contains the names of the elements and attributes found in an AIDL XML file that come from the coin namespace See the source CoinElementNames.java
GenerateAidlFpx Generates a fpx plan from a given aidl file The user must fill in the initial conditions See the source GenerateAidlFpx.java
TgfAidlArc A aidl arc with extra parameters needed by TGF turnRadius - radius of the turn, nm arcDist - arc distance of the turn, nm loffset - distance from point of intersection to begin turn, nm poi - struct of lat/lon of point of intersection of seg1 and seg2 bank - the turn bank angle See the source TgfAidlArc.java
TpMgr This class manages the aidl trajectory predictions See the source TpMgr.java
UpdateLateral Updates the lateral logic See the source UpdateLateral.java
 

Enum Summary
InstructionClasses This class contains all the possible instruction classes for AIDL See the source InstructionClasses.java
ParameterClasses Contains the list of aidl parameter classes See the source ParameterClasses.java
Specifier This class contains a list of instruction specifiers See the source Specifier.java
ThreadClasses This class contains a list of thread classes that aidl can use See the source ThreadClasses.java
TriggerClasses Contains the list of aidl trigger classes See the source TriggerClasses.java
 

Package faa.tg.aidl Description

This package provides classes for exporting TGF Aircraft state to AIDL.