Skip to main content

Interface: TemperatureInfoDataProvider

A data provider for a temperature information display.

Implemented by

Properties

deltaIsa

Readonly deltaIsa: Subscribable<number>

The current deviation of outside air temperature from ISA, in degrees Celsius.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/TemperatureInfo/TemperatureInfoDataProvider.ts:15


isDataFailed

Readonly isDataFailed: Subscribable<boolean>

Whether this provider's data is in a failed state.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/TemperatureInfo/TemperatureInfoDataProvider.ts:18


oat

Readonly oat: Subscribable<number>

The current outside (static) air temperature, in degrees Celsius.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/TemperatureInfo/TemperatureInfoDataProvider.ts:12