Interface: LNavDataEvents
Events related to LNAV.
Hierarchy
↳
LNavDataEvents
Properties
lnavdata_cdi_scale
• lnavdata_cdi_scale: number
The current CDI scale, in nautical miles.
Inherited from
BaseLNavDataEvents.lnavdata_cdi_scale
Defined in
src/sdk/autopilot/lnav/LNavDataEvents.ts:55
lnavdata_destination_distance
• lnavdata_destination_distance: number
The nominal distance remaining to the destination, in nautical miles.
Inherited from
BaseLNavDataEvents.lnavdata_destination_distance
Defined in
src/sdk/autopilot/lnav/LNavDataEvents.ts:67
lnavdata_dtk_mag
• lnavdata_dtk_mag: number
The current nominal desired track, in degrees magnetic.
Inherited from
BaseLNavDataEvents.lnavdata_dtk_mag
Defined in
src/sdk/autopilot/lnav/LNavDataEvents.ts:46
lnavdata_dtk_true
• lnavdata_dtk_true: number
The current nominal desired track, in degrees true.
Inherited from
BaseLNavDataEvents.lnavdata_dtk_true
Defined in
src/sdk/autopilot/lnav/LNavDataEvents.ts:43
lnavdata_waypoint_bearing_mag
• lnavdata_waypoint_bearing_mag: number
The nominal bearing to the next waypoint tracked by LNAV, in degrees magnetic.
Inherited from
BaseLNavDataEvents.lnavdata_waypoint_bearing_mag
Defined in
src/sdk/autopilot/lnav/LNavDataEvents.ts:61
lnavdata_waypoint_bearing_true
• lnavdata_waypoint_bearing_true: number
The nominal bearing to the next waypoint currently tracked by LNAV, in degrees true.
Inherited from
BaseLNavDataEvents.lnavdata_waypoint_bearing_true
Defined in
src/sdk/autopilot/lnav/LNavDataEvents.ts:58
lnavdata_waypoint_distance
• lnavdata_waypoint_distance: number
The nominal distance remaining to the next waypoint currently tracked by LNAV, in nautical miles.
Inherited from
BaseLNavDataEvents.lnavdata_waypoint_distance
Defined in
src/sdk/autopilot/lnav/LNavDataEvents.ts:64
lnavdata_waypoint_ident
• lnavdata_waypoint_ident: string
The nominal ident of the next waypoint tracked by LNAV.
Inherited from
BaseLNavDataEvents.lnavdata_waypoint_ident
Defined in
src/sdk/autopilot/lnav/LNavDataEvents.ts:82
lnavdata_xtk
• 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
BaseLNavDataEvents.lnavdata_xtk
Defined in
src/sdk/autopilot/lnav/LNavDataEvents.ts:52