Interface: AfcsStatusBoxPluginOptions
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Fma/AfcsStatusBoxPluginOptions.ts:18
AFCS status box options defined by plugins.
Methods
getAdditionalLateralModeLabels()?
optional
getAdditionalLateralModeLabels():Iterable
<Readonly
<AfcsStatusBoxAdditionalModeLabelEntry
>>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Fma/AfcsStatusBoxPluginOptions.ts:34
Gets label text for additional autopilot lateral modes. Labels for the following modes will be ignored:
APLateralModes.NONE
APLateralModes.ROLL
APLateralModes.LEVEL
APLateralModes.HEADING
APLateralModes.TRACK
APLateralModes.GPSS
APLateralModes.VOR
APLateralModes.LOC
APLateralModes.BC
APLateralModes.TO
APLateralModes.GA
Returns
Iterable
<Readonly
<AfcsStatusBoxAdditionalModeLabelEntry
>>
An iterable of label text for additional autopilot lateral modes.
getAdditionalVerticalModeLabels()?
optional
getAdditionalVerticalModeLabels():Iterable
<Readonly
<AfcsStatusBoxAdditionalModeLabelEntry
>>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Fma/AfcsStatusBoxPluginOptions.ts:52
Gets label text for additional autopilot vertical modes. Labels for the following modes will be ignored:
APVerticalModes.NONE
APVerticalModes.PITCH
APVerticalModes.LEVEL
APVerticalModes.VS
APVerticalModes.FLC
APVerticalModes.ALT
APVerticalModes.CAP
APVerticalModes.PATH
APVerticalModes.GP
APVerticalModes.GS
APVerticalModes.TO
APVerticalModes.GA
Returns
Iterable
<Readonly
<AfcsStatusBoxAdditionalModeLabelEntry
>>
An iterable of label text for additional autopilot vertical modes.