Skip to main content

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

ParameterTypeDefault 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

Methods

init()

init(): void

Defined in: src/sdk/instruments/APRadioNavInstrument.ts:145

Initializes this instrument.

Returns

void

Implementation of

Instrument.init


onUpdate()

onUpdate(): void

Defined in: src/sdk/instruments/APRadioNavInstrument.ts:184

Updates this instrument.

Returns

void

Implementation of

Instrument.onUpdate