Interface: WTLineLNavDataEvents
Defined in: wtlinesdk/autopilot/WTLineLNavDataEvents.ts:20
Events related to WT21 LNAV data.
Extends
Properties
lnavdata_cdi_scale
lnavdata_cdi_scale:
number
Defined in: sdk/autopilot/lnav/LNavDataEvents.ts:18
The current CDI scale, in nautical miles.
Inherited from
BaseLNavDataEvents
.lnavdata_cdi_scale
lnavdata_cdi_scale_label
lnavdata_cdi_scale_label:
CDIScaleLabel
Defined in: wtlinesdk/autopilot/WTLineLNavDataEvents.ts:25
The current CDI scale label.
lnavdata_destination_distance
lnavdata_destination_distance:
number
Defined in: sdk/autopilot/lnav/LNavDataEvents.ts:30
The nominal distance remaining to the destination, in nautical miles.
Inherited from
BaseLNavDataEvents
.lnavdata_destination_distance
lnavdata_destination_distance_direct
lnavdata_destination_distance_direct:
number
Defined in: wtlinesdk/autopilot/WTLineLNavDataEvents.ts:28
The straight-line distance between the present position and the destination, in nautical miles.
lnavdata_distance_to_faf
lnavdata_distance_to_faf:
number
Defined in: wtlinesdk/autopilot/WTLineLNavDataEvents.ts:31
The flight plan distance to the final approach fix, in nautical miles.
lnavdata_dtk_mag
lnavdata_dtk_mag:
number
Defined in: sdk/autopilot/lnav/LNavDataEvents.ts:9
The current nominal desired track, in degrees magnetic.
Inherited from
BaseLNavDataEvents
.lnavdata_dtk_mag
lnavdata_dtk_true
lnavdata_dtk_true:
number
Defined in: sdk/autopilot/lnav/LNavDataEvents.ts:6
The current nominal desired track, in degrees true.
Inherited from
BaseLNavDataEvents
.lnavdata_dtk_true
lnavdata_nominal_leg_index
lnavdata_nominal_leg_index:
number
Defined in: wtlinesdk/autopilot/WTLineLNavDataEvents.ts:22
The global leg index of the flight plan leg that is nominally being tracked by LNAV.
lnavdata_waypoint_bearing_mag
lnavdata_waypoint_bearing_mag:
number
Defined in: sdk/autopilot/lnav/LNavDataEvents.ts:24
The nominal bearing to the next waypoint tracked by LNAV, in degrees magnetic.
Inherited from
BaseLNavDataEvents
.lnavdata_waypoint_bearing_mag
lnavdata_waypoint_bearing_true
lnavdata_waypoint_bearing_true:
number
Defined in: sdk/autopilot/lnav/LNavDataEvents.ts:21
The nominal bearing to the next waypoint currently tracked by LNAV, in degrees true.
Inherited from
BaseLNavDataEvents
.lnavdata_waypoint_bearing_true
lnavdata_waypoint_distance
lnavdata_waypoint_distance:
number
Defined in: sdk/autopilot/lnav/LNavDataEvents.ts:27
The nominal distance remaining to the next waypoint currently tracked by LNAV, in nautical miles.
Inherited from
BaseLNavDataEvents
.lnavdata_waypoint_distance
lnavdata_waypoint_ident
lnavdata_waypoint_ident:
string
Defined in: sdk/autopilot/lnav/LNavDataEvents.ts:33
The nominal ident of the next waypoint tracked by LNAV.
Inherited from
BaseLNavDataEvents
.lnavdata_waypoint_ident
lnavdata_xtk
lnavdata_xtk:
number
Defined in: sdk/autopilot/lnav/LNavDataEvents.ts:15
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.