Class: G3000ApproachPreviewDataProvider
A provider of approach preview data.
Constructors
constructor
• new G3000ApproachPreviewDataProvider(navSources
, bus
): G3000ApproachPreviewDataProvider
Creates a new instance of G3000ApproachPreviewDataProvider.
Parameters
Name | Type | Description |
---|---|---|
navSources | G3000NavSources | A collection of G3000 NavReferenceSources. |
bus | EventBus | The event bus. |
Returns
G3000ApproachPreviewDataProvider
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:141
Properties
source
• Readonly
source: Subscribable
<null
| "NAV1"
| "NAV2"
>
The navigation source from which approach preview data is derived, or null
if approach preview data is not
available.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/NavReference/G3000NavReference.ts:102