Package | Description |
---|---|
com.luciad.format.arinc.decoder |
This package contains a decoder that can handle the ARINC 424 format.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdARINCAerodromeHandler
This extension of the
ALcdARINCHandler interface deals
with aerodrome records (Airport Primary Records, section code P, subsection code A). |
class |
TLcdARINCAirportCommunicationHandler
This extension of the
ALcdARINCHandler interface deals
with aerodrome communication records (Airport Communications Records, section code A, subsection code V). |
class |
TLcdARINCControlledAirspaceHandler
This extension of the
ALcdARINCHandler interface deals
with Controlled Airspace records (Controlled Airspace Primary Records, section code U, subsection code C). |
class |
TLcdARINCDMEHandler
This extension of the
ALcdARINCVHFNavaidHandler class deals
with DME records (VHF Navaid Primary Records, section code D, subsection code D). |
class |
TLcdARINCEnrouteAirwayHandler
This extension of the
ALcdARINCHandler interface deals
with enroute airway records (Enroute Airways Records, section code E, subsection code R). |
class |
TLcdARINCEnrouteCommunicationHandler
This extension of the
ALcdARINCHandler interface deals
with enroute communication records (Enroute Communications Records, section code E, subsection code V). |
class |
TLcdARINCFIRUIRHandler
This extension of the
ALcdARINCHandler interface deals
with FIR/UIR records (FIR/UIR Primary Records, section code U, subsection code F). |
class |
TLcdARINCHeliportCommunicationHandler
This extension of the
ALcdARINCHandler interface deals
with heliport communication records (Heliport Communications Records, section code H, subsection code V). |
class |
TLcdARINCHeliportHandler
This extension of the
ALcdARINCHandler interface deals
with aerodrome records (Heliport Primary Records, section code H, subsection code A). |
class |
TLcdARINCHoldingHandler
This extension of the
ALcdARINCHandler interface deals
with enroute holding patterns (Enroute Holding Pattern Records, section code E, subsection code P). |
class |
TLcdARINCLocalizerGlideSlopeHandler
This extension of the
ALcdARINCHandler class deals
with Localizer and Glide Slope records (Airport and Heliport Localizer and Glide Slope Records, section code P, subsection code I). |
class |
TLcdARINCMarkerHandler
This extension of the
ALcdARINCHandler class deals
with Marker records (Airport and Heliport Localizer Marker Records, section code P, subsection code M). |
class |
TLcdARINCMORAHandler
This extension of the
ALcdARINCHandler interface deals
with MORA records (MORA Primary Records, section code A, subsection code S). |
class |
TLcdARINCNDBHandler
This extension of the
ALcdARINCHandler class deals
with NDB navaid records (NDB Navaid and Terminal NDB Records, section and subsection codes DB, PN). |
class |
TLcdARINCProcedureHandler
This extension of the
ALcdARINCHandler interface deals
with airport SID, STAR, Approach (IAP) procedures (Airport SID/STAR/Approach Records, section and subsection codes PD, PE and PF). |
class |
TLcdARINCRestrictiveAirspaceHandler
This extension of the
ALcdARINCHandler interface deals
with Restrictive Airspace records (Restrictive Airspace Primary Records, section code U, subsection code R). |
class |
TLcdARINCRunwayHandler
This extension of the
ALcdARINCHandler interface deals
with runway records (Runway Primary Records, section code P, subsection code G). |
class |
TLcdARINCTACANHandler
This extension of the
ALcdARINCVHFNavaidHandler class deals
with TACAN records (VHF Navaid Primary Records, section code D subsection code T). |
class |
TLcdARINCVORHandler
This extension of the
ALcdARINCVHFNavaidHandler class deals
with VOR records (VHF Navaid Primary Records, section code D, subsection code V). |
class |
TLcdARINCWaypointHandler
This extension of the
ALcdARINCHandler interface deals
with enroute waypoints (Enroute Waypoint Primary Records, section code E, subsection code A),
and with terminal airport/heliport waypoints (Airport/Heliport Terminal Waypoint Primary Records,
section and subsection codes PC and HC). |
Modifier and Type | Method and Description |
---|---|
ILcdARINCHandler |
TLcdARINCDecoder.getHandlerForTypeToBeDecoded(int aIndex) |
ILcdARINCHandler |
ILcdARINCDecoder.getHandlerForTypeToBeDecoded(int aIndex)
Returns the handler with the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdARINCDecoder.addHandlerForTypeToBeDecoded(ILcdARINCHandler aHandler) |
void |
ILcdARINCDecoder.addHandlerForTypeToBeDecoded(ILcdARINCHandler aHandler)
Adds an
ILcdARINCHandler to the decoder. |