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
Name | Type | Description |
---|---|---|
bus | EventBus | is an instance of the Event Bus. |
flightPlanner | FlightPlanner <any > | is an instance of the flight planner. |
messageService | MessageService | The instance of MessageService to use. |
verticalPathCalculator | SmoothingPathCalculator | The instance of the vertical path calculator to use for the vnav director. |
activePerformancePlan | PerformancePlan | The instance of the active performance plan to use for the vnav director. |
Returns
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
Returns
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
Returns
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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
Name | Type |
---|---|
apValues | APValues |
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