Skip to main content

Class: HoldController

A controller for the Hold dialog.

Constructors

constructor

new HoldController(store, fms, facWaypointCache): HoldController

Creates an instance of a HoldController.

Parameters

NameTypeDescription
storeHoldStoreThe hold store to use with this instance.
fmsFms<any>The FMS to use with this instance.
facWaypointCacheGarminFacilityWaypointCacheThe facility waypoint cache used by this controller.

Returns

HoldController

Defined in

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

Methods

accept

accept(): void

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

Returns

void

Defined in

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


reset

reset(): void

Resets the hold dialog data.

Returns

void

Defined in

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