Skip to main content

Class: FplnHoldPageStore

Store for FPLN HOLD page

Constructors

constructor

new FplnHoldPageStore(): FplnHoldPageStore

Returns

FplnHoldPageStore

Properties

FrozenMslAltitudeSubject

Readonly FrozenMslAltitudeSubject: Subject<number>

Contains MSL altitude used for calculating hold speed. Only set when hold leg is selected.

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:41


GroundSpeedSubject

Readonly GroundSpeedSubject: Subject<number>

Contains current ground speed

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:31


HoldLeg

Readonly HoldLeg: Subject<null | LegDefinition>

Contains hold leg data

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:66


HoldLegIndex

Readonly HoldLegIndex: Subject<null | number>

Contains index of hold leg in the plan

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:51


HoldLegIsPpos

Readonly HoldLegIsPpos: Subject<boolean>

Contains whether the hold leg is PPOS

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:61


HoldLegSubject

Readonly HoldLegSubject: Subject<null | LegDefinition>

Contains hold leg

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:56


HoldSpeed

Readonly HoldSpeed: MappedSubject<[number, HoldMaxSpeedRule], [speed: number, isMach: boolean]>

Contains data for display of hold speed

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:76


HoldSpeedRule

Readonly HoldSpeedRule: Subject<HoldMaxSpeedRule>

Contains selected speed mode data

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:71


InboundCourse

Readonly InboundCourse: Subject<number>

Contains selected inbound course

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:86


InboundCourseTurnDirection

Readonly InboundCourseTurnDirection: MappedSubject<[number, "R" | "L"], HoldDirectionParameters>

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:93


Readonly LnavSuspended: Subject<boolean>

Contains whether LNAV is suspended

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:46


MslAltitudeSubject

Readonly MslAltitudeSubject: Subject<number>

Contains current MSL altitude

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:36


TurnDirection

Readonly TurnDirection: Subject<"R" | "L">

Contains selected turn direction

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:91