Skip to main content

Interface: BaseLNavDataEvents

Events related to Garmin LNAV data keyed by base topic names.

Hierarchy

Properties

lnavdata_cdi_scale: number

The current CDI scale, in nautical miles.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_cdi_scale

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:55


lnavdata_cdi_scale_label: CDIScaleLabel

The current CDI scale label.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_cdi_scale_label

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:74


lnavdata_destination_distance: number

The nominal distance remaining to the destination, in nautical miles.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_destination_distance

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:67


lnavdata_destination_icao: string

The ICAO of the active flight plan destination, or the empty string if there is no destination.

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:95


lnavdata_destination_ident: string

The ident of the active flight plan destination, or the empty string if there is no destination.

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:98


lnavdata_destination_runway_icao: string

The ICAO of the active flight plan destination runway, or the empty string if there is no destination runway.

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:101


lnavdata_dtk_mag: number

The current nominal desired track, in degrees magnetic.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_dtk_mag

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:46


lnavdata_dtk_true: number

The current nominal desired track, in degrees true.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_dtk_true

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:43


lnavdata_dtk_vector: LNavDataDtkVector

Information on the nominal current desired track vector.

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:104


lnavdata_egress_distance: number

The nominal along-track distance remaining to the egress transition of the currently tracked flight plan leg, in nautical miles.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_egress_distance

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:77


lnavdata_next_dtk_mag: number

The nominal desired track at the beginning of the flight plan leg following the currently tracked leg, in degrees magnetic.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_next_dtk_mag

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:71


lnavdata_next_dtk_true: number

The nominal desired track at the beginning of the flight plan leg following the currently tracked leg, in degrees true.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_next_dtk_true

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:68


lnavdata_next_dtk_vector: LNavDataDtkVector

Information on the nominal next desired track vector.

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:107


lnavdata_tofrom: VorToFrom

The nominal TO/FROM flag.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_tofrom

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:80


lnavdata_waypoint_bearing_mag: number

The nominal bearing to the next waypoint tracked by LNAV, in degrees magnetic.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_waypoint_bearing_mag

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:61


lnavdata_waypoint_bearing_true: number

The nominal bearing to the next waypoint currently tracked by LNAV, in degrees true.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_waypoint_bearing_true

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:58


lnavdata_waypoint_distance: number

The nominal distance remaining to the next waypoint currently tracked by LNAV, in nautical miles.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_waypoint_distance

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:64


lnavdata_waypoint_ident: string

The nominal ident of the next waypoint tracked by LNAV.

Inherited from

SdkBaseLNavDataEvents.lnavdata_waypoint_ident

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:82


lnavdata_xtk: number

The current nominal 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.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_xtk

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:52


obs_available

obs_available: boolean

Whether OBS mode can be activated on the current active flight plan leg.

Defined in

src/garminsdk/navigation/LNavDataEvents.ts:110