Skip to main content

Class: HoldStore

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

A store for the Hold page data.

Constructors

Constructor

new HoldStore(): HoldStore

Returns

HoldStore

Properties

course

readonly course: Subject<number>

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

The course for the hold.


distance

readonly distance: NumberUnitSubject<Distance, SimpleUnit<Distance>>

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

The distance of the hold legs.


fixIcao

readonly fixIcao: Subject<string>

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


indexes

readonly indexes: Subject<HoldInputData>

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

The indexes for the hold.


isInbound

readonly isInbound: Subject<number>

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

Whether or not the course is inbound or outbound.


isTime

readonly isTime: Subject<number>

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

Whether or not the hold is based on time or distance.


time

readonly time: NumberUnitSubject<Duration, SimpleUnit<Duration>>

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

The time that the hold legs should be.


turnDirection

readonly turnDirection: Subject<number>

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

The direction of the hold.


waypoint

readonly waypoint: Subject<null | Waypoint>

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

The current leg waypoint.