Class: HoldController
A controller for the Hold dialog.
Constructors
constructor
• new HoldController(store
, fms
, facWaypointCache
): HoldController
Creates an instance of a HoldController.
Parameters
Name | Type | Description |
---|---|---|
store | HoldStore | The hold store to use with this instance. |
fms | Fms <any > | The FMS to use with this instance. |
facWaypointCache | GarminFacilityWaypointCache | The facility waypoint cache used by this controller. |
Returns
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