Skip to main content

Class: NavComConfig

A convenience class for creating a radio configuration set.

Implementers should instantiate this and then populate the various maps with the H events that their radio sends and which displays they affect.

Constructors

constructor

new NavComConfig(): NavComConfig

Returns

NavComConfig

Properties

comFractionDecEvents

comFractionDecEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:35


comFractionIncEvents

comFractionIncEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:34


comSelectorEvents

comSelectorEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:31


comSwitchEvents

comSwitchEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:30


comVolumeDecEvents

comVolumeDecEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:37


comVolumeIncEvents

comVolumeIncEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:36


comWholeDecEvents

comWholeDecEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:33


comWholeIncEvents

comWholeIncEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:32


navFractionDecEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:29


navFractionIncEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:28


navSelectorEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:25


navSwitchEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:24


navVolumeDecEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:39


navVolumeIncEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:38


navWholeDecEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:27


navWholeIncEvents: Map<string, string>

Defined in

src/sdk/instruments/NavComInstrument.ts:26