Skip to main content

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

NameTypeDescription
typeG3000TerrainSystemTypeThe terrain system type for which to create the configuration object.
element?ElementA configuration document element. If not defined, then default options will be used.

Returns

TouchdownCalloutsConfig

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
NameType
busEventBus
fmsFms<"">
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