Interface: BaseAhrsEvents
Base events related to attitude and heading of the airplane.
Hierarchy
BaseAhrsEvents
Properties
actual_hdg_deg
• actual_hdg_deg: number
The actual heading of the airplane, in degrees magnetic.
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.
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.
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.
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.
Defined in
src/sdk/instruments/Ahrs.ts:27
hdg_deg
• hdg_deg: number
The indicated heading of the airplane, in degrees magnetic.
Defined in
src/sdk/instruments/Ahrs.ts:12
hdg_deg_true
• hdg_deg_true: number
The indicated heading of the airplane, in degrees 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.
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.
Defined in
src/sdk/instruments/Ahrs.ts:21
turn_coordinator_ball
• turn_coordinator_ball: number
A turn coordinator ball value.
Defined in
src/sdk/instruments/Ahrs.ts:24