Interface: AltitudeDataProvider
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:9
An barometric altitude air data provider, providing data from the ADAHRS selected for an instrument.
Extends
Properties
altitude
altitude:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:11
The current indicated altitude in feet, or null when invalid.
altitudeMiscompare
altitudeMiscompare:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:26
Whether an altitude miscompare exists between the two sides.
altitudeTrend
altitudeTrend:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:35
The current altitude trend, predicted for 6 seconds into the future, in feet, or null when invalid.
ambientPressureHpa
ambientPressureHpa:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:38
The ambient static air pressure in hectopascals, or null when invalid.
ambientTemperature
ambientTemperature:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:41
The static ambient air temperature in °C, or null when invalid.
baroCorrection
baroCorrection:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:20
The current baro correction in in.Hg, or null when invalid.
baroMiscompare
baroMiscompare:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:29
Whether a baro correction miscompare exists between the two sides.
isInStdMode
isInStdMode:
Subscribable
<null
|boolean
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:23
Whether the altitude is in standard (1013.25 hPa) mode, or null when invalid.
metricAltitude
metricAltitude:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:17
The current indicated altitude in meters, or null when invalid.
pressureAltitude
pressureAltitude:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:14
The current pressure altitude in feet, or null when invalid.
verticalSpeed
verticalSpeed:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/shared/Instruments/AltitudeDataProvider.ts:32
The current barometric vertical speed in feet/minute, or null when invalid.
Methods
init()
init():
void
Defined in: sdk/instruments/Backplane.ts:6
Initializes this instrument.
Returns
void
Inherited from
onUpdate()
onUpdate():
void
Defined in: sdk/instruments/Backplane.ts:9
Updates this instrument.
Returns
void