Skip to main content

Interface: GNSSEvents

Defined in: src/sdk/instruments/GNSS.ts:13

Events related to global positioning and inertial data.

Properties

above_ground_height

above_ground_height: number

Defined in: src/sdk/instruments/GNSS.ts:64

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


gps-position

gps-position: LatLongAlt

Defined in: src/sdk/instruments/GNSS.ts:16

A GNSS location change event.


ground_altitude

ground_altitude: number

Defined in: src/sdk/instruments/GNSS.ts:61

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


ground_speed

ground_speed: number

Defined in: src/sdk/instruments/GNSS.ts:52

The airplane's ground speed, in knots.


inertial_acceleration

inertial_acceleration: number

Defined in: src/sdk/instruments/GNSS.ts:76

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


inertial_speed

inertial_speed: number

Defined in: src/sdk/instruments/GNSS.ts:67

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


inertial_track_acceleration

inertial_track_acceleration: number

Defined in: src/sdk/instruments/GNSS.ts:82

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


inertial_vertical_speed

inertial_vertical_speed: number

Defined in: src/sdk/instruments/GNSS.ts:73

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.


magvar

magvar: number

Defined in: src/sdk/instruments/GNSS.ts:58

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).


raw_track_deg_magnetic

raw_track_deg_magnetic: number

Defined in: src/sdk/instruments/GNSS.ts:49

The airplane's raw ground track, in degrees relative to magnetic north. This value defaults to NaN when the airplane's ground speed is equal to zero.


raw_track_deg_true

raw_track_deg_true: number

Defined in: src/sdk/instruments/GNSS.ts:43

The airplane's raw ground track, in degrees relative to true north. This value defaults to NaN when the airplane's ground speed is equal to zero.


time_of_day

time_of_day: number

Defined in: src/sdk/instruments/GNSS.ts:22

The current time of day change event.


track_deg_magnetic

track_deg_magnetic: number

Defined in: src/sdk/instruments/GNSS.ts:37

The airplane's ground track, in degrees relative to magnetic north. This value defaults to the last known valid ground track value if the current value cannot be computed due to low ground speed (less than or equal to 0.1 knots). If there is no last known valid ground track value, then the airplane's heading is used as the default instead.


track_deg_true

track_deg_true: number

Defined in: src/sdk/instruments/GNSS.ts:29

The airplane's ground track, in degrees relative to true north. This value defaults to the last known valid ground track value if the current value cannot be computed due to low ground speed (less than or equal to 0.1 knots). If there is no last known valid ground track value, then the airplane's heading is used as the default instead.


zulu_time

zulu_time: number

Defined in: src/sdk/instruments/GNSS.ts:19

The current zulu time change event.