Skip to main content

Interface: ControlEvents

Control events, for where HEvents don't exist

Indexable

▪ [publish_xpdr_code: IndexedEventType<"publish_xpdr_code">]: number

Set new xpdr code

Properties

activate_missed_approach

activate_missed_approach: boolean

Event for setting missed approach state.

Defined in

src/sdk/data/ControlPublisher.ts:60


approach_available

approach_available: boolean

Whether or not an approach is available for guidance.

Defined in

src/sdk/data/ControlPublisher.ts:64


approach_freq_set

approach_freq_set: undefined | FacilityFrequency

Approach Frequency Set by FMS.

Defined in

src/sdk/data/ControlPublisher.ts:62


baro_set

baro_set: boolean

Event when user presses 'B' to auto set pressure.

Defined in

src/sdk/data/ControlPublisher.ts:48


brg_src_set

brg_src_set: IndexedNavSourceSetting

Set the source of a given bearing needle

Defined in

src/sdk/data/ControlPublisher.ts:26


brg_src_switch

brg_src_switch: number

Increment the source of a given bearing needle number

Defined in

src/sdk/data/ControlPublisher.ts:28


cdi_src_gps_toggle

cdi_src_gps_toggle: boolean

toggle CDI source between GPS and NAV

Defined in

src/sdk/data/ControlPublisher.ts:24


cdi_src_set

cdi_src_set: NavSourceId

explicitly set a CDI source

Defined in

src/sdk/data/ControlPublisher.ts:22


cdi_src_switch

cdi_src_switch: boolean

increment the CDI source

Defined in

src/sdk/data/ControlPublisher.ts:20


com_spacing_set

com_spacing_set: ComSpacingChangeEvent

Set the COM spacing for a radio.

Defined in

src/sdk/data/ControlPublisher.ts:44


dme_toggle

dme_toggle: boolean

toggle DME window

Defined in

src/sdk/data/ControlPublisher.ts:40


init_cdi

init_cdi: boolean

Init the CDI Source

Defined in

src/sdk/data/ControlPublisher.ts:38


lnav_inhibit_next_sequence: boolean

Whether LNAV should automatically inhibit the next attempt to sequence to the next flight plan leg.

Deprecated

Use the equivalent topic defined in LNavControlEvents instead.

Defined in

src/sdk/data/ControlPublisher.ts:58


publish_radio_states

publish_radio_states: boolean

Publish radio state

Defined in

src/sdk/data/ControlPublisher.ts:30


standby_com_freq

standby_com_freq: string

Set the current standby com frequency as a string.

Defined in

src/sdk/data/ControlPublisher.ts:42


standby_nav_freq

standby_nav_freq: string

Set the current standby nav frequency as a string.

Defined in

src/sdk/data/ControlPublisher.ts:46


suspend_sequencing

suspend_sequencing: boolean

Event when a user suspends LNAV leg sequencing.

Deprecated

Use the equivalent topic defined in LNavControlEvents instead.

Defined in

src/sdk/data/ControlPublisher.ts:53