Skip to main content

Class: WT21APConfig

A WT21 autopilot configuration.

Implements

  • APConfig

Constructors

constructor

new WT21APConfig(bus, flightPlanner, messageService, verticalPathCalculator, activePerformancePlan): WT21APConfig

Instantiates the AP Config for the Autopilot.

Parameters

NameTypeDescription
busEventBusis an instance of the Event Bus.
flightPlannerFlightPlanner<any>is an instance of the flight planner.
messageServiceMessageServiceThe instance of MessageService to use.
verticalPathCalculatorSmoothingPathCalculatorThe instance of the vertical path calculator to use for the vnav director.
activePerformancePlanPerformancePlanThe instance of the active performance plan to use for the vnav director.

Returns

WT21APConfig

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:28

Properties

defaultLateralMode

defaultLateralMode: APLateralModes = APLateralModes.ROLL

Implementation of

APConfig.defaultLateralMode

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:16


defaultMaxBankAngle

defaultMaxBankAngle: number = 30

Implementation of

APConfig.defaultMaxBankAngle

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:18


defaultVerticalMode

defaultVerticalMode: APVerticalModes = APVerticalModes.PITCH

Implementation of

APConfig.defaultVerticalMode

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:17

Methods

createAltCapDirector

createAltCapDirector(apValues): APAltCapDirector

Parameters

NameType
apValuesAPValues

Returns

APAltCapDirector

Inherit Doc

Implementation of

APConfig.createAltCapDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:99


createAltHoldDirector

createAltHoldDirector(apValues): APAltDirector

Parameters

NameType
apValuesAPValues

Returns

APAltDirector

Inherit Doc

Implementation of

APConfig.createAltHoldDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:94


createBcDirector

createBcDirector(apValues): APBackCourseDirector

Parameters

NameType
apValuesAPValues

Returns

APBackCourseDirector

Inherit Doc

Implementation of

APConfig.createBcDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:72


createFlcDirector

createFlcDirector(apValues): APFLCDirector

Parameters

NameType
apValuesAPValues

Returns

APFLCDirector

Inherit Doc

Implementation of

APConfig.createFlcDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:89


createGaLateralDirector

createGaLateralDirector(apValues): undefined | PlaneDirector

Parameters

NameType
apValuesAPValues

Returns

undefined | PlaneDirector

Inherit Doc

Implementation of

APConfig.createGaLateralDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:165


createGaVerticalDirector

createGaVerticalDirector(): APTogaPitchDirector

Returns

APTogaPitchDirector

Inherit Doc

Implementation of

APConfig.createGaVerticalDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:155


createGpDirector

createGpDirector(apValues): APGPDirector

Parameters

NameType
apValuesAPValues

Returns

APGPDirector

Inherit Doc

Implementation of

APConfig.createGpDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:127


createGpssDirector

createGpssDirector(apValues): LNavDirector

Parameters

NameType
apValuesAPValues

Returns

LNavDirector

Inherit Doc

Implementation of

APConfig.createGpssDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:53


createGsDirector

createGsDirector(apValues): APGSDirector

Parameters

NameType
apValuesAPValues

Returns

APGSDirector

Inherit Doc

Implementation of

APConfig.createGsDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:132


createHeadingDirector

createHeadingDirector(apValues): APHdgDirector

Parameters

NameType
apValuesAPValues

Returns

APHdgDirector

Inherit Doc

Implementation of

APConfig.createHeadingDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:38


createLocDirector

createLocDirector(apValues): APNavDirector

Parameters

NameType
apValuesAPValues

Returns

APNavDirector

Inherit Doc

Implementation of

APConfig.createLocDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:67


createNavToNavManager

createNavToNavManager(apValues): WT21NavToNavManager

Parameters

NameType
apValuesAPValues

Returns

WT21NavToNavManager

Inherit Doc

Implementation of

APConfig.createNavToNavManager

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:138


createPitchDirector

createPitchDirector(apValues): APPitchDirector

Parameters

NameType
apValuesAPValues

Returns

APPitchDirector

Inherit Doc

Implementation of

APConfig.createPitchDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:79


createRollDirector

createRollDirector(apValues): APRollDirector

Parameters

NameType
apValuesAPValues

Returns

APRollDirector

Inherit Doc

Implementation of

APConfig.createRollDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:43


createToLateralDirector

createToLateralDirector(apValues): undefined | PlaneDirector

Parameters

NameType
apValuesAPValues

Returns

undefined | PlaneDirector

Inherit Doc

Implementation of

APConfig.createToLateralDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:160


createToVerticalDirector

createToVerticalDirector(): APTogaPitchDirector

Returns

APTogaPitchDirector

Inherit Doc

Implementation of

APConfig.createToVerticalDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:148


createVNavManager

createVNavManager(apValues): WT21VNavManager

Parameters

NameType
apValuesAPValues

Returns

WT21VNavManager

Inherit Doc

Implementation of

APConfig.createVNavManager

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:107


createVNavPathDirector

createVNavPathDirector(apValues): undefined | APVNavPathDirector

Parameters

NameType
apValuesAPValues

Returns

undefined | APVNavPathDirector

Inherit Doc

Implementation of

APConfig.createVNavPathDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:121


createVariableBankManager

createVariableBankManager(apValues): WT21VariableBankManager

Parameters

NameType
apValuesAPValues

Returns

WT21VariableBankManager

Inherit Doc

Implementation of

APConfig.createVariableBankManager

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:143


createVorDirector

createVorDirector(apValues): APNavDirector

Parameters

NameType
apValuesAPValues

Returns

APNavDirector

Inherit Doc

Implementation of

APConfig.createVorDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:62


createVsDirector

createVsDirector(apValues): APVSDirector

Parameters

NameType
apValuesAPValues

Returns

APVSDirector

Inherit Doc

Implementation of

APConfig.createVsDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:84


createWingLevelerDirector

createWingLevelerDirector(apValues): APLvlDirector

Parameters

NameType
apValuesAPValues

Returns

APLvlDirector

Inherit Doc

Implementation of

APConfig.createWingLevelerDirector

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Autopilot/WT21APConfig.ts:48