Interface: BaseLNavObsControlEvents
Defined in: src/sdk/autopilot/lnav/LNavObsControlEvents.ts:4
Events used to control LNAV OBS keyed by base topic names.
Properties
lnav_obs_dec_course
lnav_obs_dec_course:
void
Defined in: src/sdk/autopilot/lnav/LNavObsControlEvents.ts:18
Decrements the OBS course by one degree.
lnav_obs_inc_course
lnav_obs_inc_course:
void
Defined in: src/sdk/autopilot/lnav/LNavObsControlEvents.ts:15
Increments the OBS course by one degree.
lnav_obs_set_active
lnav_obs_set_active:
boolean
Defined in: src/sdk/autopilot/lnav/LNavObsControlEvents.ts:6
Sets whether OBS is active.
lnav_obs_set_course
lnav_obs_set_course:
number
Defined in: src/sdk/autopilot/lnav/LNavObsControlEvents.ts:12
Sets the magnetic OBS course, in degrees.
lnav_obs_toggle_active
lnav_obs_toggle_active:
void
Defined in: src/sdk/autopilot/lnav/LNavObsControlEvents.ts:9
Toggles whether OBS is active.