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
readonly
approaches:SubscribableArray
<ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:41
approachTransitions
readonly
approachTransitions:SubscribableArray
<TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:45
arrivals
readonly
arrivals:SubscribableArray
<ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:32
arrivalTransitions
readonly
arrivalTransitions:SubscribableArray
<TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:37
departureRunways
readonly
departureRunways:SubscribableArray
<OneWayRunway
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:19
departures
readonly
departures:SubscribableArray
<ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:24
departureTransitions
readonly
departureTransitions:SubscribableArray
<TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:28
destination
readonly
destination:Subject
<string
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:51
origin
readonly
origin:Subject
<string
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:50
selectedApproach
readonly
selectedApproach:Subject
<undefined
|ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:42
selectedApproachTransition
readonly
selectedApproachTransition:Subject
<undefined
|TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:46
selectedArrival
readonly
selectedArrival:Subject
<undefined
|ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:33
selectedArrivalRunwayTransitionIndex
readonly
selectedArrivalRunwayTransitionIndex:Subject
<number
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:34
selectedArrivalTransition
readonly
selectedArrivalTransition:Subject
<undefined
|TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:38
selectedDeparture
readonly
selectedDeparture:Subject
<undefined
|ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:25
selectedDepartureRunway
readonly
selectedDepartureRunway:Subject
<undefined
|OneWayRunway
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:20
selectedDepartureRunwayTransitionIndex
readonly
selectedDepartureRunwayTransitionIndex:Subject
<number
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:21
selectedDepartureTransition
readonly
selectedDepartureTransition:Subject
<undefined
|TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:29
selectedFacility
readonly
selectedFacility:Subject
<undefined
|AirportFacility
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:16
visualApproachOffset
readonly
visualApproachOffset: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