Interface: G3000AutopilotPluginOptions
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Autopilot/G3000AutopilotPluginOptions.ts:21
G3000 autopilot options defined by plugins.
Methods
createAdditionalLateralDirectors()?
optional
createAdditionalLateralDirectors():Iterable
<Readonly
<G3000AutopilotAdditionalDirectorEntry
>>
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Autopilot/G3000AutopilotPluginOptions.ts:37
Creates additional lateral mode directors for the autopilot. Directors 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
<G3000AutopilotAdditionalDirectorEntry
>>
An iterable of additional lateral mode directors to add to the autopilot.
createAdditionalVerticalDirectors()?
optional
createAdditionalVerticalDirectors():Iterable
<Readonly
<G3000AutopilotAdditionalDirectorEntry
>>
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Autopilot/G3000AutopilotPluginOptions.ts:55
Creates additional vertical mode directors for the autopilot. Directors 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
<G3000AutopilotAdditionalDirectorEntry
>>
An iterable of additional vertical mode directors to add to the autopilot.