Skip to main content

Type Alias: G3000GtcViewContext

G3000GtcViewContext = object

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:13

References to items used to create the base G3000's GTC views.

Properties

existingUserWptArray

existingUserWptArray: SubscribableArray<FacilityWaypoint<UserFacility>>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:51

An array containing all existing user waypoints.


flightPlanListManager

flightPlanListManager: FlightPlanListManager | undefined

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:33

A manager which maintains a flat list representation of flight plan segments and legs.


fmsSpeedTargetDataProvider

fmsSpeedTargetDataProvider: FmsSpeedTargetDataProvider | undefined

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:30

A provider of FMS speed target data.


minimumsDataProvider

minimumsDataProvider: MinimumsDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:21

A provider of minimums data.


obsSuspDataProvider

obsSuspDataProvider: ObsSuspDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:27

A provider of LNAV OBS/suspend data.


posHeadingDataProvider

posHeadingDataProvider: GtcPositionHeadingDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:15

A provider of airplane position and heading data that updates at the instrument refresh rate.


posHeadingDataProvider1Hz

posHeadingDataProvider1Hz: GtcPositionHeadingDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:18

A provider of airplane position and heading data that updates at one hertz.


userWptEditController

userWptEditController: GtcUserWaypointEditController

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:48

A controller for editing user waypoints.


vnavDataProvider

vnavDataProvider: VNavDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:24

A provider of VNAV data.


wptInfoSelectedIntersection

wptInfoSelectedIntersection: MutableSubscribable<FacilityWaypoint<IntersectionFacility> | null>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:36

The selected intersection for the Intersection Information page.


wptInfoSelectedNdb

wptInfoSelectedNdb: MutableSubscribable<FacilityWaypoint<NdbFacility> | null>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:42

The selected NDB for the NDB Information page.


wptInfoSelectedUserWpt

wptInfoSelectedUserWpt: MutableSubscribable<FacilityWaypoint<UserFacility> | null>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:45

The selected waypoint for the User Waypoint Information page.


wptInfoSelectedVor

wptInfoSelectedVor: MutableSubscribable<FacilityWaypoint<VorFacility> | null>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/G3000GtcViewContext.ts:39

The selected VOR for the VOR Information page.