Skip to main content

Class: WindOptionController

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:16

The controller for the Wind Overlay.

Constructors

Constructor

new WindOptionController(bus, store): WindOptionController

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:22

Creates the Wind Overlay Controller

Parameters

ParameterTypeDescription
busEventBusis the event bus
storeWindOptionStoreis the WindOptionStore

Returns

WindOptionController

Properties

bus

readonly bus: EventBus

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:22

is the event bus


store

readonly store: WindOptionStore

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:22

is the WindOptionStore

Methods

updateView()

updateView(): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:88

Updates the view.

Returns

void