Skip to main content

Class: FPLDetailsStore

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsStore.ts:9

The store class for FPLDetails

Constructors

Constructor

new FPLDetailsStore(bus): FPLDetailsStore

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsStore.ts:29

Constructor.

Parameters

ParameterTypeDescription
busEventBusThe event bus.

Returns

FPLDetailsStore

Properties

activeLeg

readonly activeLeg: Subject<ActiveLegDefinition>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsStore.ts:19


activeLegState

readonly activeLegState: Subject<ActiveLegStates>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsStore.ts:20


currentAltitude

currentAltitude: number = 0

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsStore.ts:22


facilityInfo

facilityInfo: FacilityInfo

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

Information on our origin, arrival and destination facilities to save lookups.


loader

readonly loader: FacilityLoader

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


segments

readonly segments: ArraySubject<FlightPlanSegment>

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


selectedAltitude

selectedAltitude: number = 0

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsStore.ts:23