Skip to main content

Class: ExcessiveDescentRateConfig

A configuration object which defines options related to excessive descent rate (EDR) alerts.

Implements

Constructors

constructor

new ExcessiveDescentRateConfig(type, element?): ExcessiveDescentRateConfig

Creates a new ExcessiveDescentRateConfig.

Parameters

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

Returns

ExcessiveDescentRateConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/ExcessiveDescentRateConfig.ts:25

Properties

functionAsGpws

Readonly functionAsGpws: boolean

Whether alerting should function as a GPWS alert.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Terrain/ExcessiveDescentRateConfig.ts:17


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/ExcessiveDescentRateConfig.ts:14

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/ExcessiveDescentRateConfig.ts:50