Class: APRadioNavInstrument
Defined in: src/sdk/instruments/APRadioNavInstrument.ts:114
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
Defined in: src/sdk/instruments/APRadioNavInstrument.ts:140
Creates an instance of the APRadioNavInstrument.
Parameters
Parameter | 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
APRadioNavInstrument
Methods
init()
init():
void
Defined in: src/sdk/instruments/APRadioNavInstrument.ts:145
Initializes this instrument.
Returns
void
Implementation of
onUpdate()
onUpdate():
void
Defined in: src/sdk/instruments/APRadioNavInstrument.ts:184
Updates this instrument.
Returns
void