Interface: AirspeedDataProvider
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:18
An airspeed data provider, providing data from the ADAHRS selected for an instrument.
Properties
cas
cas:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:20
The current calibrated airspeed, with a value of 0 below 30 knots, or null when invalid.
casTrend
casTrend:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:32
The calibrated airspeed predicted in 6 seconds at the current rate of acceleration, in knots.
casTrendDiff
casTrendDiff:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:38
The difference between the current calibrated airspeed and that predicted in 6 seconds at the current rate of acceleration, in knots.
cautionSpeed
cautionSpeed:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:47
The caution speed in knots, or null when invalid
filteredTas
filteredTas:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:26
The current filtered true airspeed in knots, with a value of 0 below 30 knots, or null when invalid.
isAfcsBugVisible
isAfcsBugVisible:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:83
Is the AFCS speed bug currently visible?
isSpeedAboveMax
isSpeedAboveMax:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:59
Is the current speed above maximum of the current config.
isSpeedAboveMaxOperating
isSpeedAboveMaxOperating:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:65
Is the current speed above maximum (lowest of Vmo or Mmo).
isSpeedAbovePlacard
isSpeedAbovePlacard:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:71
Is the current speed above the current placard speed, if any.
isTrendAboveMax
isTrendAboveMax:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:62
Is the current speed trend above maximum of the current config.
isTrendAboveMaxOperating
isTrendAboveMaxOperating:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:68
Is the current speed trend above maximum (lowest of Vmo or Mmo).
isTrendAbovePlacard
isTrendAbovePlacard:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:74
Is the current speed trend above the current placard speed, if any.
mach
mach:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:41
The current mach number, or null when invalid.
maxOperatingSpeed
maxOperatingSpeed:
Subscribable
<number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:50
Maximum operating speed in knots (lowest of Vmo or Mmo), or infinity when none.
maxOperatingSpeedLimiter
maxOperatingSpeedLimiter:
Subscribable
<OperatingSpeedLimit
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:53
The maximum operating speed limiter, either Vmo or Mmo
maxPlacardSpeed
maxPlacardSpeed:
Subscribable
<number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:56
Maximum placard speed in knots for the current config, or infinity when none.
maxSpeed
maxSpeed:
Subscribable
<number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:44
Maximum speed in knots for the current config, or infinity when none.
sat
sat:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:29
The current static air temperature in celcius, or null when invalid.
speedError
speedError:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:80
The difference between the autopilot selected speed, and the current speed, in knots. -ve means the a/c is below the selected speed.
tas
tas:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AirspeedDataProvider.ts:23
The current true airspeed in knots, with a value of 0 below 30 knots, or null when invalid.