Skip to main content

Class: IauConfig

A configuration object which defines options related to an IAU.

Implements

Constructors

constructor

new IauConfig(baseInstrument, element, defaultIndex?): IauConfig

Creates a new IauConfig from a configuration document element.

Parameters

NameTypeDefault 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

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:124

Properties

altimeterIndex

Readonly altimeterIndex: number

The index of the sim altimeter used by the IAU.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:102


defaultAdcIndex

Readonly defaultAdcIndex: number

The index of the default ADC used by the IAU.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:96


defaultAhrsIndex

Readonly defaultAhrsIndex: number

The index of the default AHRS used by the IAU.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:99


fmsPosDefinition

Readonly fmsPosDefinition: Readonly<FmsPositionDefinition>

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

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:115


gpsDefinition

Readonly gpsDefinition: Readonly<GpsReceiverDefinition>

A definition describing the IAU's GPS receiver.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:110


index

Readonly index: number

The index of the IAU.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:93


supportBaroPreselect

Readonly supportBaroPreselect: boolean

Whether the IAU supports altimeter baro preselect.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/IauDefsConfig.ts:105