Skip to main content

Class: FplnHoldPageStore

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnHoldPage.ts:26

Store for FPLN HOLD page

Constructors

Constructor

new FplnHoldPageStore(): FplnHoldPageStore

Returns

FplnHoldPageStore

Properties

FrozenMslAltitudeSubject

readonly FrozenMslAltitudeSubject: Subject<number>

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

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


GroundSpeedSubject

readonly GroundSpeedSubject: Subject<number>

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

Contains current ground speed


HoldLeg

readonly HoldLeg: Subject<null | LegDefinition>

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

Contains hold leg data


HoldLegIndex

readonly HoldLegIndex: Subject<null | number>

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

Contains index of hold leg in the plan


HoldLegIsPpos

readonly HoldLegIsPpos: Subject<boolean>

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

Contains whether the hold leg is PPOS


HoldLegSubject

readonly HoldLegSubject: Subject<null | LegDefinition>

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

Contains hold leg


HoldSpeed

readonly HoldSpeed: MappedSubject<[number, HoldMaxSpeedRule], [number, boolean]>

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

Contains data for display of hold speed


HoldSpeedRule

readonly HoldSpeedRule: Subject<HoldMaxSpeedRule>

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

Contains selected speed mode data


InboundCourse

readonly InboundCourse: Subject<number>

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

Contains selected inbound course


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>

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

Contains whether LNAV is suspended


MslAltitudeSubject

readonly MslAltitudeSubject: Subject<number>

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

Contains current MSL altitude


TurnDirection

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

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

Contains selected turn direction