Skip to main content

Interface: G3XComRadioDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/G3XRadiosDataProvider.ts:44

A provider of data for a G3X Touch COM radio.

Extends

  • BaseG3XNavComRadioDataProvider

Properties

activeFrequency

readonly activeFrequency: Subscribable<number>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/G3XRadiosDataProvider.ts:32

The radio's active frequency, in megahertz.

Inherited from

BaseG3XNavComRadioDataProvider.activeFrequency


frequencySpacing

readonly frequencySpacing: Subscribable<ComSpacing>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/G3XRadiosDataProvider.ts:52

The COM frequency spacing mode used by the radio.


id

readonly id: ComRadio

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/G3XRadiosDataProvider.ts:46

The ID of the radio.


index

readonly index: 1 | 2

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/G3XRadiosDataProvider.ts:26

The radio's G3X Touch-assigned index.

Inherited from

BaseG3XNavComRadioDataProvider.index


isPowered

readonly isPowered: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/G3XRadiosDataProvider.ts:29

Whether the radio is powered.

Inherited from

BaseG3XNavComRadioDataProvider.isPowered


simIndex

readonly simIndex: ComRadioIndex

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/G3XRadiosDataProvider.ts:49

The sim index of the radio.


standbyFrequency

readonly standbyFrequency: Subscribable<number>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/G3XRadiosDataProvider.ts:35

The radio's standby frequency, in megahertz.

Inherited from

BaseG3XNavComRadioDataProvider.standbyFrequency


volume

readonly volume: Subscribable<number>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/G3XRadiosDataProvider.ts:38

The radio's volume setting, as a percent.

Inherited from

BaseG3XNavComRadioDataProvider.volume