Skip to main content

Interface: BaseLNavEvents

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

Events published by LNAV keyed by base topic names.

Extended by

Properties

lnav_along_track_speed: number

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

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


lnav_course_to_steer: null | number

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

The current course LNAV is attempting to steer, in degrees true, or null if LNAV cannot compute a course to steer.


lnav_dtk: number

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

The current desired track, in degrees true.


lnav_is_awaiting_calc: boolean

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

Whether LNAV tracking is currently paused while awaiting lateral flight path calculations to finish.


lnav_is_steer_heading: boolean

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

Whether LNAV is attempting to steer to follow a constant heading instead of a track.


lnav_is_suspended: boolean

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

Whether LNAV sequencing is suspended.


lnav_is_tracking: boolean

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

Whether LNAV is tracking a path.


lnav_leg_distance_along: number

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

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:67

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:40

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:46

The index of the vector LNAV is currently tracking.


lnav_tracking_state: LNavTrackingState

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

The current LNAV tracking state.


lnav_transition_mode: LNavTransitionMode

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

The currently active LNAV transition mode.


lnav_vector_anticipation_distance: number

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

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:73

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:79

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:34

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.