Skip to main content

Class: RadiosConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:14

A configuration object which defines options related to radios.

Implements

Constructors

Constructor

new RadiosConfig(baseInstrument, element): RadiosConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:52

Creates a new RadiosConfig from a configuration document element.

Parameters

ParameterTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementundefined | ElementA configuration document element.

Returns

RadiosConfig

Properties

adfCount

readonly adfCount: 0 | 1 | 2

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:25

The number of ADF radios supported by the plane.


adfDefinitions

readonly adfDefinitions: readonly Readonly<RadioDefinition>[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:45

ADF radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.


comCount

readonly comCount: 2 = 2

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:16

The number of com radios supported by the plane.


comDefinitions

readonly comDefinitions: readonly Readonly<RadioDefinition>[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:30

Com radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.


dmeCount

readonly dmeCount: 0 | 1 | 2

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:22

The number of DME radios supported by the plane.


dmeDefinitions

readonly dmeDefinitions: readonly Readonly<RadioDefinition>[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:40

DME radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.


readonly navCount: 2 = 2

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:19

The number of nav radios supported by the plane.


readonly navDefinitions: readonly Readonly<RadioDefinition>[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/RadiosConfig.ts:35

Nav radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.