Skip to main content

Interface: AttitudeDataProvider

Defined in: workingtitle-instruments-epic2/shared/Instruments/AttitudeDataProvider.ts:6

An attitude data provider, providing data from the ADAHRS selected for an instrument.

Properties

dataValid

dataValid: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Instruments/AttitudeDataProvider.ts:14

Whether the attitude data subjects are all valid.


excessiveAttitude

excessiveAttitude: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Instruments/AttitudeDataProvider.ts:12

Whether the aircraft is in an excessive attitude condition


pitch

pitch: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/AttitudeDataProvider.ts:10

The current pitch of the airplane in degrees, or null when invalid. Positive values indicate downward pitch.


roll

roll: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Instruments/AttitudeDataProvider.ts:8

The current roll (bank) of the airplane in degrees, or null when invalid. Positive values indicate leftward roll.