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
Parameter | Type |
---|---|
bus | EventBus |
mapSettingsManager | UserSettingManager <MapSettingsMfdAliased > |
ccpControlEventsPublisher | Publisher <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
Parameter | Type | Description |
---|---|---|
isDispatch | boolean | whether mfd is now in dispatch mode |
Returns
void