Skip to main content

Class: IauConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:91

A configuration object which defines options related to an IAU.

Implements

Constructors

Constructor

new IauConfig(baseInstrument, element, defaultIndex): IauConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:124

Creates a new IauConfig from a configuration document element.

Parameters

ParameterTypeDefault valueDescription
baseInstrumentBaseInstrumentundefinedThe BaseInstrument element associated with the configuration.
elementundefined | ElementundefinedA configuration document element.
defaultIndexnumber1The IAU index to assign to the config if one cannot be parsed from the configuration document element. Defaults to 1.

Returns

IauConfig

Properties

altimeterIndex

readonly altimeterIndex: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:102

The index of the sim altimeter used by the IAU.


defaultAdcIndex

readonly defaultAdcIndex: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:96

The index of the default ADC used by the IAU.


defaultAhrsIndex

readonly defaultAhrsIndex: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:99

The index of the default AHRS used by the IAU.


fmsPosDefinition

readonly fmsPosDefinition: Readonly<FmsPositionDefinition>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:115

A definition describing the IAU's FMS geo-positioning system.


gpsDefinition

readonly gpsDefinition: Readonly<GpsReceiverDefinition>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:110

A definition describing the IAU's GPS receiver.


index

readonly index: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:93

The index of the IAU.


supportBaroPreselect

readonly supportBaroPreselect: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/IauDefsConfig.ts:105

Whether the IAU supports altimeter baro preselect.