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
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
• navFractionDecEvents: Map
<string
, string
>
Defined in
src/sdk/instruments/NavComInstrument.ts:29
navFractionIncEvents
• navFractionIncEvents: Map
<string
, string
>
Defined in
src/sdk/instruments/NavComInstrument.ts:28
navSelectorEvents
• navSelectorEvents: Map
<string
, string
>
Defined in
src/sdk/instruments/NavComInstrument.ts:25
navSwitchEvents
• navSwitchEvents: Map
<string
, string
>
Defined in
src/sdk/instruments/NavComInstrument.ts:24
navVolumeDecEvents
• navVolumeDecEvents: Map
<string
, string
>
Defined in
src/sdk/instruments/NavComInstrument.ts:39
navVolumeIncEvents
• navVolumeIncEvents: Map
<string
, string
>
Defined in
src/sdk/instruments/NavComInstrument.ts:38
navWholeDecEvents
• navWholeDecEvents: Map
<string
, string
>
Defined in
src/sdk/instruments/NavComInstrument.ts:27
navWholeIncEvents
• navWholeIncEvents: Map
<string
, string
>
Defined in
src/sdk/instruments/NavComInstrument.ts:26