Skip to main content

Interface: BaseAhrsEvents

Defined in: src/sdk/instruments/Ahrs.ts:10

Base events related to attitude and heading of the airplane.

Extended by

Properties

actual_hdg_deg

actual_hdg_deg: number

Defined in: src/sdk/instruments/Ahrs.ts:30

The actual heading of the airplane, in degrees magnetic.


actual_hdg_deg_true

actual_hdg_deg_true: number

Defined in: src/sdk/instruments/Ahrs.ts:33

The actual heading of the airplane, in degrees true.


actual_pitch_deg

actual_pitch_deg: number

Defined in: src/sdk/instruments/Ahrs.ts:36

The actual pitch of the airplane, in degrees. Positive values indicate downward pitch.


actual_roll_deg

actual_roll_deg: number

Defined in: src/sdk/instruments/Ahrs.ts:39

The actual roll (bank) of the airplane, in degrees. Positive values indicate leftward roll.


delta_heading_rate

delta_heading_rate: number

Defined in: src/sdk/instruments/Ahrs.ts:27

The turn rate of the airplane, in degrees per second.


hdg_deg

hdg_deg: number

Defined in: src/sdk/instruments/Ahrs.ts:12

The indicated heading of the airplane, in degrees magnetic.


hdg_deg_true

hdg_deg_true: number

Defined in: src/sdk/instruments/Ahrs.ts:15

The indicated heading of the airplane, in degrees true.


pitch_deg

pitch_deg: number

Defined in: src/sdk/instruments/Ahrs.ts:18

The indicated pitch of the airplane, in degrees. Positive values indicate downward pitch.


roll_deg

roll_deg: number

Defined in: src/sdk/instruments/Ahrs.ts:21

The indicated roll (bank) of the airplane, in degrees. Positive values indicate leftward roll.


turn_coordinator_ball

turn_coordinator_ball: number

Defined in: src/sdk/instruments/Ahrs.ts:24

A turn coordinator ball value.