Interface: AhrsEvents
Defined in: src/sdk/instruments/Ahrs.ts:67
Events related to attitude and heading of the airplane.
Extends
BaseAhrsEvents
.AhrsIndexedEvents
Indexable
[key
: `pitch_deg_${number}`
]: number
[key
: `roll_deg_${number}`
]: number
[key
: `hdg_deg_${number}`
]: number
[key
: `hdg_deg_true_${number}`
]: number
[key
: `delta_heading_rate_${number}`
]: number
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.
Inherited from
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.
Inherited from
BaseAhrsEvents
.actual_hdg_deg_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.
Inherited from
BaseAhrsEvents
.actual_pitch_deg
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.
Inherited from
BaseAhrsEvents
.actual_roll_deg
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.
Inherited from
BaseAhrsEvents
.delta_heading_rate
hdg_deg
hdg_deg:
number
Defined in: src/sdk/instruments/Ahrs.ts:12
The indicated heading of the airplane, in degrees magnetic.
Inherited from
hdg_deg_true
hdg_deg_true:
number
Defined in: src/sdk/instruments/Ahrs.ts:15
The indicated heading of the airplane, in degrees true.
Inherited from
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.
Inherited from
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.
Inherited from
turn_coordinator_ball
turn_coordinator_ball:
number
Defined in: src/sdk/instruments/Ahrs.ts:24
A turn coordinator ball value.