Skip to main content

Class: HoldController

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldController.ts:10

A controller for the Hold dialog.

Constructors

Constructor

new HoldController(store, fms, facWaypointCache): HoldController

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldController.ts:18

Creates an instance of a HoldController.

Parameters

ParameterTypeDescription
storeHoldStoreThe hold store to use with this instance.
fmsFmsThe FMS to use with this instance.
facWaypointCacheGarminFacilityWaypointCacheThe facility waypoint cache used by this controller.

Returns

HoldController

Methods

accept()

accept(): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldController.ts:84

Accepts the currently defined hold and adds it to the flight plan.

Returns

void


reset()

reset(): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldController.ts:72

Resets the hold dialog data.

Returns

void