Skip to main content

Interface: BaseLNavObsControlEvents

Events used to control LNAV OBS keyed by base topic names.

Properties

lnav_obs_dec_course: void

Decrements the OBS course by one degree.

Defined in

src/sdk/autopilot/lnav/LNavObsControlEvents.ts:18


lnav_obs_inc_course: void

Increments the OBS course by one degree.

Defined in

src/sdk/autopilot/lnav/LNavObsControlEvents.ts:15


lnav_obs_set_active: boolean

Sets whether OBS is active.

Defined in

src/sdk/autopilot/lnav/LNavObsControlEvents.ts:6


lnav_obs_set_course: number

Sets the magnetic OBS course, in degrees.

Defined in

src/sdk/autopilot/lnav/LNavObsControlEvents.ts:12


lnav_obs_toggle_active: void

Toggles whether OBS is active.

Defined in

src/sdk/autopilot/lnav/LNavObsControlEvents.ts:9