Class: CasInhibitsController
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/CAS/CasInhibitsController.ts:7
Handles the common inhibit conditions on Epic 2.
Constructors
Constructor
new CasInhibitsController(
bus
,casInhibitStateProvider
):CasInhibitsController
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/CAS/CasInhibitsController.ts:16
Creates an instance of the CasInhibitsController.
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus to use with this instance. |
casInhibitStateProvider | DefaultCasInhibitStateDataProvider | the CAS inhibit state data provider |
Returns
CasInhibitsController
Methods
init()
init():
void
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/CAS/CasInhibitsController.ts:42
Initializes this controller.
Returns
void