Interface: ComRadioSpacingDataProvider
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/ComRadioSpacingDataProvider.ts:8
A provider of COM radio frequency spacing mode data.
Properties
com1Spacing
readonlycom1Spacing:Subscribable<ComSpacing>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/ComRadioSpacingDataProvider.ts:10
The spacing mode of the COM1 radio. If COM1 is not supported, then this value defaults to ComSpacing.Spacing25Khz.
com2Spacing
readonlycom2Spacing:Subscribable<ComSpacing>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/ComRadioSpacingDataProvider.ts:13
The spacing mode of the COM2 radio. If COM2 is not supported, then this value defaults to ComSpacing.Spacing25Khz.
combinedComSpacing
readonlycombinedComSpacing:Subscribable<ComSpacing>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Radio/ComRadioSpacingDataProvider.ts:20
The combined spacing mode of all supported COM radios. If any supported COM radio is in 8.33 kHz mode, then the
combined spacing mode is ComSpacing.Spacing833Khz. Otherwise, the combined spacing mode is
ComSpacing.Spacing25Khz. If no COM radios are supported, then this value defaults to ComSpacing.Spacing25Khz.