Skip to main content

Interface: TcasOwnAirplaneDataProvider

Defined in: src/sdk/traffic/Tcas.ts:418

A provider of data related to the own airplane for Tcas.

Properties

geometricAltitude

readonly geometricAltitude: Subscribable<NumberUnitInterface<Distance, Unit<Distance>>>

Defined in: src/sdk/traffic/Tcas.ts:423

The geometric altitude of the own airplane above MSL, or NaN if the geometric altitude is not known.


groundSpeed

readonly groundSpeed: Subscribable<NumberUnitInterface<Speed, Unit<Speed>>>

Defined in: src/sdk/traffic/Tcas.ts:432

The ground speed of the own airplane, or NaN if the ground speed is not known.


groundTrack

readonly groundTrack: Subscribable<number>

Defined in: src/sdk/traffic/Tcas.ts:429

The true ground track of the own airplane, in degrees, or NaN if the ground track is not known.


isOnGround

readonly isOnGround: Subscribable<boolean | undefined>

Defined in: src/sdk/traffic/Tcas.ts:441

Whether the own airplane is on the ground, or undefined if the on-ground status is not known.


position

readonly position: Subscribable<GeoPointInterface>

Defined in: src/sdk/traffic/Tcas.ts:420

The position of the own airplane. If the position is not known, then both latitude and longitude will be NaN.


pressureAltitude

readonly pressureAltitude: Subscribable<NumberUnitInterface<Distance, Unit<Distance>>>

Defined in: src/sdk/traffic/Tcas.ts:426

The pressure altitude of the own airplane, or NaN if the pressure altitude is not known.


radarAltitude

readonly radarAltitude: Subscribable<NumberUnitInterface<Distance, Unit<Distance>>>

Defined in: src/sdk/traffic/Tcas.ts:438

The radar altitude of the own airplane, or NaN if the radar altitude is not known.


verticalSpeed

readonly verticalSpeed: Subscribable<NumberUnitInterface<Speed, Unit<Speed>>>

Defined in: src/sdk/traffic/Tcas.ts:435

The barometric vertical speed of the own airplane, or NaN if the vertical speed is not known.