Skip to main content

Interface: PlanMapEvents

Events on the bus that control the WT21 plan map display position.

Properties

plan_map_ctr_wpt

plan_map_ctr_wpt: PlanMapCenterRequest

The plan map was requested to move to a specific geographic location, with the data indicating the FMC unit index, 1 or 2.

Defined in

workingtitle-instruments-wt21/shared/Map/MapSystemConfig.ts:49


plan_map_next

plan_map_next: number

A request was made to move the plan map to the next waypoint, with the data indicating the display unit index.

Defined in

workingtitle-instruments-wt21/shared/Map/MapSystemConfig.ts:37


plan_map_prev

plan_map_prev: number

A request was made to move the plan map to the previous waypoint, with the data indicating the display unit index.

Defined in

workingtitle-instruments-wt21/shared/Map/MapSystemConfig.ts:40


plan_map_to

plan_map_to: number

A request was made to move the plan map to active waypoint, with the data indicating the display unit index.

Defined in

workingtitle-instruments-wt21/shared/Map/MapSystemConfig.ts:43