Interface: TcasOwnAirplaneDataProvider
Defined in: src/sdk/traffic/Tcas.ts:418
A provider of data related to the own airplane for Tcas.
Properties
geometricAltitude
readonlygeometricAltitude: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
readonlygroundSpeed: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
readonlygroundTrack: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
readonlyisOnGround: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
readonlyposition: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
readonlypressureAltitude: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
readonlyradarAltitude: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
readonlyverticalSpeed: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.