Class: IauDefsConfig
A configuration object which defines options related to IAUs.
Implements
Constructors
constructor
• new IauDefsConfig(baseInstrument
, element
): IauDefsConfig
Creates a new IauDefsConfig 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-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:36
Properties
count
• Readonly
count: number
The number of IAUs (integrated avionics units) supported by the plane.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:24
definitions
• Readonly
definitions: readonly IauConfig
[]
IAU definitions. The index of each definition's position in the array corresponds to the index of its IAU.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:29