Class: AdfRadioSource<NameType>
Defined in: src/garminsdk/navreference/source/AdfNavSource.ts:9
A NavReferenceSource which derives its data from an ADF radio signal.
Extends
Type Parameters
Type Parameter |
---|
NameType extends string |
Implements
NavSource
<NameType
>
Constructors
Constructor
new AdfRadioSource<
NameType
>(bus
,name
,index
):AdfRadioNavSource
<NameType
>
Defined in: src/garminsdk/navreference/source/AdfNavSource.ts:20
Creates a new instance of AdfRadioNavSource.
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
name | NameType | The name of this source. |
index | AdfRadioIndex | The index of this source. |
Returns
AdfRadioNavSource
<NameType
>
Overrides
Properties
activeFrequency
readonly
activeFrequency:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:138
The radio frequency of the reference. Only available if the reference is a navaid.
Implementation of
Inherited from
AbstractNavBase
.activeFrequency
bearing
readonly
bearing:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:86
The magnetic bearing, in degrees, from the airplane to the reference position.
Implementation of
Inherited from
course
readonly
course:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:92
The magnetic bearing, in degrees, of the reference course at the reference position.
Implementation of
Inherited from
distance
readonly
distance:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:89
The distance, in nautical miles, from the airplane to the reference position.
Implementation of
Inherited from
fields
protected
readonly
fields:Map
<keyofNavBase
,MutableSubscribable
<any
,any
>>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:158
Inherited from
hasDme
readonly
hasDme:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:129
Whether the reference has a DME component.
Implementation of
Inherited from
hasGlideSlope
readonly
hasGlideSlope:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:135
Whether the reference has a glideslope component.
Implementation of
Inherited from
hasLocalizer
readonly
hasLocalizer:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:132
Whether the reference has a localizer component.
Implementation of
Inherited from
hasNav
readonly
hasNav:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:126
Whether the reference has a VOR component.
Implementation of
Inherited from
ident
readonly
ident:Subject
<null
|string
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:80
The ident of the reference.
Implementation of
Inherited from
index
readonly
index:AdfRadioIndex
Defined in: src/garminsdk/navreference/source/AdfNavSource.ts:20
The index of this source.
Implementation of
isLocalizer
readonly
isLocalizer:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:123
Whether the reference is a localizer.
Implementation of
Inherited from
lateralDeviation
readonly
lateralDeviation:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:144
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
Inherited from
AbstractNavBase
.lateralDeviation
lateralDeviationScale
readonly
lateralDeviationScale:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:147
The magnitude of full-scale CDI deflection, in nautical miles.
Implementation of
NavSource
.lateralDeviationScale
Inherited from
AbstractNavBase
.lateralDeviationScale
lateralDeviationScalingMode
readonly
lateralDeviationScalingMode:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:150
The lateral deviation scaling mode.
Implementation of
NavSource
.lateralDeviationScalingMode
Inherited from
AbstractNavBase
.lateralDeviationScalingMode
localizerCourse
readonly
localizerCourse:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:95
The fixed magnetic course, in degrees, of the reference localizer. Only available if the reference is a localizer.
Implementation of
Inherited from
AbstractNavBase
.localizerCourse
location
readonly
location:ComputedSubject
<null
|LatLonInterface
,null
|GeoPointInterface
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:106
The location of the reference position.
Implementation of
Inherited from
name
readonly
name:NameType
Defined in: src/garminsdk/navreference/source/AdfNavSource.ts:20
The name of this source.
Implementation of
signalStrength
readonly
signalStrength:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:83
Signal strength received from the reference. A value of zero indicates no signal.
Implementation of
Inherited from
AbstractNavBase
.signalStrength
toFrom
readonly
toFrom:Subject
<null
|VorToFrom
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:141
Whether the airplane is heading TO or FROM the reference position as judged from the reference course.
Implementation of
Inherited from
verticalDeviation
readonly
verticalDeviation:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:153
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
Inherited from
AbstractNavBase
.verticalDeviation
verticalDeviationScale
readonly
verticalDeviationScale:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:156
The magnitude of full-scale VDI deflection, in feet.
Implementation of
NavSource
.verticalDeviationScale
Inherited from
AbstractNavBase
.verticalDeviationScale
Methods
clearAll()
protected
clearAll():void
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:183
Sets all fields to null
.
Returns
void
Inherited from
getType()
getType():
Adf
Defined in: src/garminsdk/navreference/source/AdfNavSource.ts:70
Gets the type of this source.
Returns
Adf
The type of this source.