Class: IauDefsConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:22
A configuration object which defines options related to IAUs.
Implements
Constructors
Constructor
new IauDefsConfig(
baseInstrument
,element
):IauDefsConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:36
Creates a new IauDefsConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
IauDefsConfig
Properties
count
readonly
count:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:24
The number of IAUs (integrated avionics units) supported by the plane.
definitions
readonly
definitions: readonlyIauConfig
[]
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:29
IAU definitions. The index of each definition's position in the array corresponds to the index of its IAU.