Class AirportProcedureData
Airport Procedure Data Continuation Record
Implements
Inherited Members
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class AirportProcedureData : BaseRecord, IBaseRecord
Remarks
The Airport Procedure Data Continuation Record is used to provide information on SBAS authorization levels. This Continuation Record is provided once per procedure as a Continuation to Primary Approach Procedure Record that contains the encoding for Final Approach Fix (FAF) of the procedure
Constructors
View SourceAirportProcedureData(String)
Declaration
public AirportProcedureData(string record)
Parameters
Type | Name | Description |
---|---|---|
System.String | record |
Fields
View SourceapplicationType
Type of Application Type
Declaration
public const Arinc424ContinuationRecordApplicationType applicationType = Arinc424ContinuationRecordApplicationType.W
Field Value
Type | Description |
---|---|
Arinc424ContinuationRecordApplicationType |
Fields
Declaration
public static List<FieldStructure> Fields
Field Value
Type | Description |
---|---|
List<FieldStructure> |
Properties
View SourceApplicationType
Categorization of standard records by geographical area and of tailored records
Declaration
public string ApplicationType { get; }
Property Value
Type | Description |
---|---|
System.String |
FasBlockProvided
FAS Block Provided
Declaration
public string FasBlockProvided { get; }
Property Value
Type | Description |
---|---|
System.String |
FASBlockProvidedLevelOfServiceName
FAS Block Provided Level of Service Name
Declaration
public string FASBlockProvidedLevelOfServiceName { get; }
Property Value
Type | Description |
---|---|
System.String |
LNAVAuthorizedForSbas
LNAV Authorized for SBAS
Declaration
public string LNAVAuthorizedForSbas { get; }
Property Value
Type | Description |
---|---|
System.String |
LNAVLevelOfServiceName
LNAV Level of ServiceName
Declaration
public string LNAVLevelOfServiceName { get; }
Property Value
Type | Description |
---|---|
System.String |
LNAVVNAVAuthorizedForSbas
LNAV/VNAV Authorized for SBAS
Declaration
public string LNAVVNAVAuthorizedForSbas { get; }
Property Value
Type | Description |
---|---|
System.String |
LNAVVNAVLevelOfServiceName
LNAV/VNAV Level of Service Name
Declaration
public string LNAVVNAVLevelOfServiceName { get; }
Property Value
Type | Description |
---|---|
System.String |
RnpAuthorized1
RNP Authorized (1)
Declaration
public string RnpAuthorized1 { get; }
Property Value
Type | Description |
---|---|
System.String |
RnpAuthorized2
RNP Authorized (2)
Declaration
public string RnpAuthorized2 { get; }
Property Value
Type | Description |
---|---|
System.String |
RnpAuthorized3
RNP Authorized (3)
Declaration
public string RnpAuthorized3 { get; }
Property Value
Type | Description |
---|---|
System.String |
RnpLevelOfServceName1
RNP Level of Servce Name (1)
Declaration
public string RnpLevelOfServceName1 { get; }
Property Value
Type | Description |
---|---|
System.String |
RnpLevelOfServceName2
RNP Level of Servce Name (2)
Declaration
public string RnpLevelOfServceName2 { get; }
Property Value
Type | Description |
---|---|
System.String |
RnpLevelOfServceName4
RNP Level of Servce Name (4)
Declaration
public string RnpLevelOfServceName4 { get; }
Property Value
Type | Description |
---|---|
System.String |