Skip to main content

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

NameTypeDefault valueDescription
busEventBusundefinedThe event bus to use with this instance.
cdiIdstring''The ID of the CDI from which this instrument sources navigation source data. Defaults to the empty string ('').

Returns

APRadioNavInstrument

Defined in

src/sdk/instruments/APRadioNavInstrument.ts:140

Methods

init

init(): void

Initializes this instrument.

Returns

void

Implementation of

Instrument.init

Defined in

src/sdk/instruments/APRadioNavInstrument.ts:145


onUpdate

onUpdate(): void

Updates this instrument.

Returns

void

Implementation of

Instrument.onUpdate

Defined in

src/sdk/instruments/APRadioNavInstrument.ts:184