Skip to main content

Interface: G3XNavRadioDataProvider

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

A provider of data for a G3X Touch NAV 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


id

readonly id: NavRadio

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

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: NavRadioIndex

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

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