Skip to main content

Type Alias: GpwsData

GpwsData = object

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:8

Data provided by GPWS to modules.

Properties

geoAltitude

geoAltitude: number

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:19

The current geometric altitude of the airplane, in feet.


geoVerticalSpeed

geoVerticalSpeed: number

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:22

The current geometric vertical speed of the airplane, in feet per minute.


gpsPos

gpsPos: GeoPointReadOnly

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:16

The current GPS position of the airplane.


isGsGpActive

isGsGpActive: boolean

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:31

Whether the autopilot GS or GP mode is active.


isOnGround

isOnGround: boolean

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:10

Whether the airplane is on the ground.


isPosValid

isPosValid: boolean

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:13

Whether GPWS has a valid position fix.


isRadarAltitudeValid

isRadarAltitudeValid: boolean

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:25

Whether GPWS has a valid radar altitude.


nearestRunwayAltitude

nearestRunwayAltitude: number | null

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:34

The altitude of the nearest runway, in feet, or null if nearest runway data are not available.


radarAltitude

radarAltitude: number

Defined in: workingtitle-instruments-wt21/shared/Systems/gpws/GpwsModule.ts:28

The current radar altitude of the airplane, in feet.