Skip to main content

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

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

Returns

RadiosConfig

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


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


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