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
Parameter | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A 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: readonlyReadonly
<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: readonlyReadonly
<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: readonlyReadonly
<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.
navCount
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.
navDefinitions
readonly
navDefinitions: readonlyReadonly
<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.