Skip to main content

Class: AdfRadioSource<NameType>

A NavReferenceSource which derives its data from an ADF radio signal.

Type parameters

NameType
NameTypeextends string

Hierarchy

Implements

Constructors

constructor

new AdfRadioSource<NameType>(bus, name, index): AdfRadioSource<NameType>

Creates a new instance of AdfRadioNavSource.

Type parameters

NameType
NameTypeextends string

Parameters

NameTypeDescription
busEventBusThe event bus.
nameNameTypeThe name of this source.
indexAdfRadioIndexThe index of this source.

Returns

AdfRadioSource<NameType>

Overrides

AbstractNavBase.constructor

Defined in

src/garminsdk/navreference/source/AdfNavSource.ts:20

Properties

activeFrequency

Readonly activeFrequency: Subject<null | number>

The radio frequency of the reference. Only available if the reference is a navaid.

Implementation of

NavSource.activeFrequency

Inherited from

AbstractNavBase.activeFrequency

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:138


bearing

Readonly bearing: Subject<null | number>

The magnetic bearing, in degrees, from the airplane to the reference position.

Implementation of

NavSource.bearing

Inherited from

AbstractNavBase.bearing

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:86


course

Readonly course: Subject<null | number>

The magnetic bearing, in degrees, of the reference course at the reference position.

Implementation of

NavSource.course

Inherited from

AbstractNavBase.course

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:92


distance

Readonly distance: Subject<null | number>

The distance, in nautical miles, from the airplane to the reference position.

Implementation of

NavSource.distance

Inherited from

AbstractNavBase.distance

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:89


fields

Protected Readonly fields: Map<keyof NavBase, MutableSubscribable<any, any>>

Inherited from

AbstractNavBase.fields

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:158


hasDme

Readonly hasDme: Subject<null | boolean>

Whether the reference has a DME component.

Implementation of

NavSource.hasDme

Inherited from

AbstractNavBase.hasDme

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:129


hasGlideSlope

Readonly hasGlideSlope: Subject<null | boolean>

Whether the reference has a glideslope component.

Implementation of

NavSource.hasGlideSlope

Inherited from

AbstractNavBase.hasGlideSlope

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:135


hasLocalizer

Readonly hasLocalizer: Subject<null | boolean>

Whether the reference has a localizer component.

Implementation of

NavSource.hasLocalizer

Inherited from

AbstractNavBase.hasLocalizer

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:132


hasNav

Readonly hasNav: Subject<null | boolean>

Whether the reference has a VOR component.

Implementation of

NavSource.hasNav

Inherited from

AbstractNavBase.hasNav

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:126


ident

Readonly ident: Subject<null | string>

The ident of the reference.

Implementation of

NavSource.ident

Inherited from

AbstractNavBase.ident

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:80


index

Readonly index: AdfRadioIndex

The index of this source.

Implementation of

NavSource.index

Defined in

src/garminsdk/navreference/source/AdfNavSource.ts:20


isLocalizer

Readonly isLocalizer: Subject<null | boolean>

Whether the reference is a localizer.

Implementation of

NavSource.isLocalizer

Inherited from

AbstractNavBase.isLocalizer

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:123


lateralDeviation

Readonly lateralDeviation: Subject<null | number>

Lateral deviation from the reference course scaled such that a value of +/-1 is equal to full-scale CDI deflection (i.e. the lateralDeviationScaling value). Positive values indicate deflection of the CDI to the right (i.e. the airplane is situated to the left of the reference).

Implementation of

NavSource.lateralDeviation

Inherited from

AbstractNavBase.lateralDeviation

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:144


lateralDeviationScale

Readonly lateralDeviationScale: Subject<null | number>

The magnitude of full-scale CDI deflection, in nautical miles.

Implementation of

NavSource.lateralDeviationScale

Inherited from

AbstractNavBase.lateralDeviationScale

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:147


lateralDeviationScalingMode

Readonly lateralDeviationScalingMode: Subject<null | number>

The lateral deviation scaling mode.

Implementation of

NavSource.lateralDeviationScalingMode

Inherited from

AbstractNavBase.lateralDeviationScalingMode

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:150


localizerCourse

Readonly localizerCourse: Subject<null | number>

The fixed magnetic course, in degrees, of the reference localizer. Only available if the reference is a localizer.

Implementation of

NavSource.localizerCourse

Inherited from

AbstractNavBase.localizerCourse

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:95


location

Readonly location: ComputedSubject<null | LatLonInterface, null | GeoPointInterface>

The location of the reference position.

Implementation of

NavSource.location

Inherited from

AbstractNavBase.location

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:106


name

Readonly name: NameType

The name of this source.

Implementation of

NavSource.name

Defined in

src/garminsdk/navreference/source/AdfNavSource.ts:20


signalStrength

Readonly signalStrength: Subject<null | number>

Signal strength received from the reference. A value of zero indicates no signal.

Implementation of

NavSource.signalStrength

Inherited from

AbstractNavBase.signalStrength

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:83


toFrom

Readonly toFrom: Subject<null | VorToFrom>

Whether the airplane is heading TO or FROM the reference position as judged from the reference course.

Implementation of

NavSource.toFrom

Inherited from

AbstractNavBase.toFrom

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:141


verticalDeviation

Readonly verticalDeviation: Subject<null | number>

Vertical deviation from the reference vertical path profile scaled such that a value of +/-1 is equal to full- scale VDI deflection (i.e. the verticalDeviationScaling value). Positive values indicate upward deflection of the VDI (i.e. the airplane is situated below the reference).

Implementation of

NavSource.verticalDeviation

Inherited from

AbstractNavBase.verticalDeviation

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:153


verticalDeviationScale

Readonly verticalDeviationScale: Subject<null | number>

The magnitude of full-scale VDI deflection, in feet.

Implementation of

NavSource.verticalDeviationScale

Inherited from

AbstractNavBase.verticalDeviationScale

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:156

Methods

clearAll

clearAll(): void

Sets all fields to null.

Returns

void

Inherited from

AbstractNavBase.clearAll

Defined in

src/garminsdk/navreference/NavReferenceBase.ts:183


getType

getType(): Adf

Gets the type of this source.

Returns

Adf

The type of this source.

Implementation of

NavSource.getType

Defined in

src/garminsdk/navreference/source/AdfNavSource.ts:70