Class: TouchdownCalloutsConfig
A configuration object which defines options related to touchdown callouts.
Implements
Constructors
constructor
• new TouchdownCalloutsConfig(type
, element?
): TouchdownCalloutsConfig
Creates a new TouchdownCalloutsConfig using default options for a given terrain system type.
Parameters
Name | Type | Description |
---|---|---|
type | G3000TerrainSystemType | The terrain system type for which to create the configuration object. |
element? | Element | A configuration document element. If not defined, then default options will be used. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/TouchdownCalloutsConfig.ts:44
Properties
inhibit500WhenGsGpActive
• Readonly
inhibit500WhenGsGpActive: boolean
Whether to inhibit the 500-feet callout when the autopilot's GS or GP mode is active.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/TouchdownCalloutsConfig.ts:31
isResolvableConfig
• Readonly
isResolvableConfig: true
Inherit Doc
Implementation of
TerrainSystemModuleConfig.isResolvableConfig
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/TouchdownCalloutsConfig.ts:28
isUserConfigurable
• Readonly
isUserConfigurable: boolean
Whether at least one callout is user-configurable.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/TouchdownCalloutsConfig.ts:34
options
• Readonly
options: Readonly
<Record
<GarminTawsVoiceCalloutAltitude
, Readonly
<TouchdownCalloutOptions
>>>
Options for each callout.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/TouchdownCalloutsConfig.ts:37
Methods
resolve
▸ resolve(): (bus
: EventBus
, fms
: Fms
<""
>) => TerrainSystemModule
Returns
fn
▸ (bus
, fms
): TerrainSystemModule
Parameters
Name | Type |
---|---|
bus | EventBus |
fms | Fms <"" > |
Returns
TerrainSystemModule
Inherit Doc
Implementation of
TerrainSystemModuleConfig.resolve
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/TouchdownCalloutsConfig.ts:150