Skip to main content

Interface: AhrsEvents

Events related to attitude and heading of the airplane.

Hierarchy

Properties

actual_hdg_deg

actual_hdg_deg: number

The actual heading of the airplane, in degrees magnetic.

Inherited from

BaseAhrsEvents.actual_hdg_deg

Defined in

src/sdk/instruments/Ahrs.ts:30


actual_hdg_deg_true

actual_hdg_deg_true: number

The actual heading of the airplane, in degrees true.

Inherited from

BaseAhrsEvents.actual_hdg_deg_true

Defined in

src/sdk/instruments/Ahrs.ts:33


actual_pitch_deg

actual_pitch_deg: number

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

Inherited from

BaseAhrsEvents.actual_pitch_deg

Defined in

src/sdk/instruments/Ahrs.ts:36


actual_roll_deg

actual_roll_deg: number

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

Inherited from

BaseAhrsEvents.actual_roll_deg

Defined in

src/sdk/instruments/Ahrs.ts:39


delta_heading_rate

delta_heading_rate: number

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

Inherited from

BaseAhrsEvents.delta_heading_rate

Defined in

src/sdk/instruments/Ahrs.ts:27


hdg_deg

hdg_deg: number

The indicated heading of the airplane, in degrees magnetic.

Inherited from

BaseAhrsEvents.hdg_deg

Defined in

src/sdk/instruments/Ahrs.ts:12


hdg_deg_true

hdg_deg_true: number

The indicated heading of the airplane, in degrees true.

Inherited from

BaseAhrsEvents.hdg_deg_true

Defined in

src/sdk/instruments/Ahrs.ts:15


pitch_deg

pitch_deg: number

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

Inherited from

BaseAhrsEvents.pitch_deg

Defined in

src/sdk/instruments/Ahrs.ts:18


roll_deg

roll_deg: number

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

Inherited from

BaseAhrsEvents.roll_deg

Defined in

src/sdk/instruments/Ahrs.ts:21


turn_coordinator_ball

turn_coordinator_ball: number

A turn coordinator ball value.

Inherited from

BaseAhrsEvents.turn_coordinator_ball

Defined in

src/sdk/instruments/Ahrs.ts:24