Class: RadiosConfig
A configuration object which defines options related to radios.
Implements
Constructors
constructor
• new RadiosConfig(baseInstrument
, element
): RadiosConfig
Creates a new RadiosConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/RadiosConfig.ts:57
Properties
comCount
• Readonly
comCount: 0
| 2
| 1
The number of com radios supported by the plane.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/RadiosConfig.ts:34
comDefinitions
• Readonly
comDefinitions: readonly Readonly
<ComRadioDefinition
>[]
Com radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/RadiosConfig.ts:45
hasMarkerBeacon
• Readonly
hasMarkerBeacon: boolean
Whether the plane has a marker beacon.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/RadiosConfig.ts:40
navCount
• Readonly
navCount: 0
| 2
| 1
The number of nav radios supported by the plane.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/RadiosConfig.ts:37
navDefinitions
• Readonly
navDefinitions: readonly (undefined
| Readonly
<NavRadioDefinition
>)[]
Nav radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/RadiosConfig.ts:50