Skip to main content

Interface: BaseLNavSimVarEvents

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:76

Events derived from LNAV SimVars keyed by base topic names.

Extended by

Properties

lnav_along_track_speed: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:135

The current along-track ground speed of the airplane, in knots.


lnav_course_to_steer: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:99

The current course LNAV is attempting to steer, in degrees true.


lnav_dtk: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:78

The current desired track, in degrees true.


lnav_is_suspended: boolean

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:102

Whether LNAV sequencing is suspended.


lnav_is_tracking: boolean

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:87

Whether LNAV is tracking a path.


lnav_leg_distance_along: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:108

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.


lnav_leg_distance_remaining: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:114

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.


lnav_tracked_leg_index: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:90

The global leg index of the flight plan leg LNAV is currently tracking.


lnav_tracked_vector_index: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:96

The index of the vector LNAV is currently tracking.


lnav_transition_mode: LNavTransitionMode

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:93

The currently active LNAV transition mode.


lnav_vector_anticipation_distance: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:132

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.


lnav_vector_distance_along: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:120

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.


lnav_vector_distance_remaining: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:126

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.


lnav_xtk: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:84

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.