Skip to main content

Interface: GNSSEvents

Events related to global positioning and inertial data.

Properties

above_ground_height

above_ground_height: number

The plane's height above the ground, in feet.

Defined in

src/sdk/instruments/GNSS.ts:43


gps-position

gps-position: LatLongAlt

A GNSS location change event.

Defined in

src/sdk/instruments/GNSS.ts:16


ground_altitude

ground_altitude: number

The altitude (elevation) of the ground directly below the airplane, in feet.

Defined in

src/sdk/instruments/GNSS.ts:40


ground_speed

ground_speed: number

The airplane's ground speed, in knots.

Defined in

src/sdk/instruments/GNSS.ts:31


inertial_acceleration

inertial_acceleration: number

The airplane's inertial acceleration, in meters per second per second.

Defined in

src/sdk/instruments/GNSS.ts:55


inertial_speed

inertial_speed: number

The airplane's inertial speed, in meters per second.

Defined in

src/sdk/instruments/GNSS.ts:46


inertial_track_acceleration

inertial_track_acceleration: number

The component of the airplane's inertial acceleration parallel to the airplane's inertial velocity, in meters per second per second.

Defined in

src/sdk/instruments/GNSS.ts:61


inertial_vertical_speed

inertial_vertical_speed: number

The airplane's inertial vertical speed, in feet per minute. This is the component of the airplane's inertial velocity parallel to the vector directed from the earth's center to the airplane.

Defined in

src/sdk/instruments/GNSS.ts:52


magvar

magvar: number

The current magnetic variation (declination) at the airplane's position, in degrees. Positive values represent eastward declination (i.e. magnetic north points east of true north).

Defined in

src/sdk/instruments/GNSS.ts:37


time_of_day

time_of_day: number

The current time of day change event.

Defined in

src/sdk/instruments/GNSS.ts:22


track_deg_magnetic

track_deg_magnetic: number

The airplane's ground track, in degrees magnetic north.

Defined in

src/sdk/instruments/GNSS.ts:28


track_deg_true

track_deg_true: number

The airplane's ground track, in degrees true north.

Defined in

src/sdk/instruments/GNSS.ts:25


zulu_time

zulu_time: number

The current zulu time change event.

Defined in

src/sdk/instruments/GNSS.ts:19