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
Name | Type | Default value | Description |
---|---|---|---|
baseInstrument | BaseInstrument | undefined | The BaseInstrument element associated with the configuration. |
element | undefined | Element | undefined | A configuration document element. |
defaultIndex | number | 1 | The IAU index to assign to the config if one cannot be parsed from the configuration document element. Defaults to 1 . |
Returns
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