Skip to main content

Class: GduDefsConfig

A configuration object which defines options related to GDUs.

Implements

Constructors

constructor

new GduDefsConfig(baseInstrument, element): GduDefsConfig

Creates a new GduDefsConfig from a configuration document element.

Parameters

NameTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementundefined | ElementA configuration document element.

Returns

GduDefsConfig

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/GduDefsConfig.ts:36

Properties

count

Readonly count: number

The number of GDUs installed in the plane.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/GduDefsConfig.ts:24


definitions

Readonly definitions: readonly GduConfig[]

GDU definitions. The index of each definition's position in the array corresponds to the index of its GDU.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/GduDefsConfig.ts:29