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
Name | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
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