Class: DepArrPageStore
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:14
Dep Arr Page Store
Constructors
Constructor
new DepArrPageStore():
DepArrPageStore
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:57
Creates the store.
Returns
DepArrPageStore
Properties
approaches
readonlyapproaches:SubscribableArray<ProcedureListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:41
approachTransitions
readonlyapproachTransitions:SubscribableArray<TransitionListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:45
arrivals
readonlyarrivals:SubscribableArray<ProcedureListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:32
arrivalTransitions
readonlyarrivalTransitions:SubscribableArray<TransitionListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:37
departureRunways
readonlydepartureRunways:SubscribableArray<OneWayRunway>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:19
departures
readonlydepartures:SubscribableArray<ProcedureListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:24
departureTransitions
readonlydepartureTransitions:SubscribableArray<TransitionListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:28
destination
readonlydestination:Subject<string>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:51
origin
readonlyorigin:Subject<string>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:50
selectedApproach
readonlyselectedApproach:Subject<undefined|ProcedureListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:42
selectedApproachTransition
readonlyselectedApproachTransition:Subject<undefined|TransitionListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:46
selectedArrival
readonlyselectedArrival:Subject<undefined|ProcedureListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:33
selectedArrivalRunwayTransitionIndex
readonlyselectedArrivalRunwayTransitionIndex:Subject<number>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:34
selectedArrivalTransition
readonlyselectedArrivalTransition:Subject<undefined|TransitionListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:38
selectedDeparture
readonlyselectedDeparture:Subject<undefined|ProcedureListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:25
selectedDepartureRunway
readonlyselectedDepartureRunway:Subject<undefined|OneWayRunway>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:20
selectedDepartureRunwayTransitionIndex
readonlyselectedDepartureRunwayTransitionIndex:Subject<number>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:21
selectedDepartureTransition
readonlyselectedDepartureTransition:Subject<undefined|TransitionListItem>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:29
selectedFacility
readonlyselectedFacility:Subject<undefined|AirportFacility>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:16
visualApproachOffset
readonlyvisualApproachOffset:Subject<number>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:48
Methods
destroy()
destroy():
void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:68
Destroys this store.
Returns
void
loadCurrentProcedureData()
loadCurrentProcedureData(
fms,view):void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:394
Loads the current flight plan procedure data into the store.
Parameters
| Parameter | Type | Description |
|---|---|---|
fms | WT21Fms | The Fms |
view | DepArrView | The Current Dep/Arr View |
Returns
void