Skip to main content

Interface: G3XRadiosDataProvider

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

A provider of data for G3X Touch radios.

Properties

comRadioDataProviders

readonly comRadioDataProviders: Readonly<Partial<Record<1 | 2, G3XComRadioDataProvider>>>

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

Providers of data for COM radios, keyed by the radio's G3X Touch-assigned index. If a radio is not supported, then its provider will not exist.


readonly navRadioDataProviders: Readonly<Partial<Record<1 | 2, G3XNavRadioDataProvider>>>

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

Providers of data for NAV radios, keyed by the radio's G3X Touch-assigned index. If a radio is not supported, then its provider will not exist.