Interface: GpwsEvents
Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsEvents.ts:6
Events related to Boeing GPWS data.
Properties
gpws_geo_altitude
gpws_geo_altitude:
number
Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsEvents.ts:14
The geometric altitude of the airplane, in feet.
gpws_geo_vertical_speed
gpws_geo_vertical_speed:
number
Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsEvents.ts:17
The geometric vertical speed of the airplane, in feet per minute.
gpws_is_pos_valid
gpws_is_pos_valid:
boolean
Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsEvents.ts:11
Whether GPWS has a valid position fix for the airplane.
gpws_nearest_runway_altitude
gpws_nearest_runway_altitude:
null
|number
Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsEvents.ts:23
The geometric altitude (elevation) of the nearest runway to the airplane, in feet, or null
if nearest runway
data are not available.
gpws_operating_mode
gpws_operating_mode:
GpwsOperatingMode
Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsEvents.ts:8
The current GPWS operating mode.