Skip to main content

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

ParameterTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementundefined | ElementA 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: readonly IauConfig[]

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.