Class: APRadioNavInstrument
An instrument that gathers localizer and glideslope information for use by the AP systems.
Requires that the topics defined in NavComEvents are published to the event bus.
Implements
Constructors
constructor
• new APRadioNavInstrument(bus
, cdiId?
): APRadioNavInstrument
Creates an instance of the APRadioNavInstrument.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
bus | EventBus | undefined | The event bus to use with this instance. |
cdiId | string | '' | The ID of the CDI from which this instrument sources navigation source data. Defaults to the empty string ('' ). |
Returns
Defined in
src/sdk/instruments/APRadioNavInstrument.ts:140
Methods
init
▸ init(): void
Initializes this instrument.
Returns
void
Implementation of
Defined in
src/sdk/instruments/APRadioNavInstrument.ts:145
onUpdate
▸ onUpdate(): void
Updates this instrument.
Returns
void
Implementation of
Defined in
src/sdk/instruments/APRadioNavInstrument.ts:184