Skip to main content

Class: CcpController

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/CCP/CcpController.ts:12

Cursor Control Panel Controller.

Constructors

Constructor

new CcpController(bus, mapSettingsManager, ccpControlEventsPublisher): CcpController

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/CCP/CcpController.ts:18

Parameters

ParameterType
busEventBus
mapSettingsManagerUserSettingManager<MapSettingsMfdAliased>
ccpControlEventsPublisherPublisher<CcpControlEvents>

Returns

CcpController

Methods

setDispatchMode()

setDispatchMode(isDispatch): void

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/CCP/CcpController.ts:60

Sets the dispatch mode displays.

Parameters

ParameterTypeDescription
isDispatchbooleanwhether mfd is now in dispatch mode

Returns

void