Interface: BaseLNavSimVarEvents
Events derived from LNAV SimVars keyed by base topic names.
Hierarchy
BaseLNavSimVarEvents
Properties
lnav_along_track_speed
• lnav_along_track_speed: number
The current along-track ground speed of the airplane, in knots.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:135
lnav_course_to_steer
• lnav_course_to_steer: number
The current course LNAV is attempting to steer, in degrees true.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:99
lnav_dtk
• lnav_dtk: number
The current desired track, in degrees true.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:78
lnav_is_suspended
• lnav_is_suspended: boolean
Whether LNAV sequencing is suspended.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:102
lnav_is_tracking
• lnav_is_tracking: boolean
Whether LNAV is tracking a path.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:87
lnav_leg_distance_along
• lnav_leg_distance_along: number
The along-track distance from the start of the currently tracked leg to the plane's present position, in nautical miles. A negative distance indicates the plane is before the start of the leg.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:108
lnav_leg_distance_remaining
• lnav_leg_distance_remaining: number
The along-track distance remaining in the currently tracked leg, in nautical miles. A negative distance indicates the plane is past the end of the leg.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:114
lnav_tracked_leg_index
• lnav_tracked_leg_index: number
The global leg index of the flight plan leg LNAV is currently tracking.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:90
lnav_tracked_vector_index
• lnav_tracked_vector_index: number
The index of the vector LNAV is currently tracking.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:96
lnav_transition_mode
• lnav_transition_mode: LNavTransitionMode
The currently active LNAV transition mode.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:93
lnav_vector_anticipation_distance
• lnav_vector_anticipation_distance: number
The along-track distance from the current vector end where LNAV will sequence to the next vector in nautical miles. A positive value means the vector will be sequenced this distance prior to the vector end.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:132
lnav_vector_distance_along
• lnav_vector_distance_along: number
The along-track distance from the start of the currently tracked vector to the plane's present position, in nautical miles. A negative distance indicates the plane is before the start of the vector.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:120
lnav_vector_distance_remaining
• lnav_vector_distance_remaining: number
The along-track distance remaining in the currently tracked vector, in nautical miles. A negative distance indicates the plane is past the end of the vector.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:126
lnav_xtk
• lnav_xtk: number
The current crosstrack error, in nautical miles. Negative values indicate deviation to the left, as viewed when facing in the direction of the track. Positive values indicate deviation to the right.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:84