Type Alias: DefaultTerrainSystemDataProviderOptions
DefaultTerrainSystemDataProviderOptions =
object
Defined in: src/garminsdk/terrain/DefaultTerrainSystemDataProvider.ts:56
Configuration options for DefaultTerrainSystemDataProvider.
Properties
adcIndex
adcIndex:
number
|Subscribable
<number
>
Defined in: src/garminsdk/terrain/DefaultTerrainSystemDataProvider.ts:64
The index of the ADC from which to source data.
ahrsIndex
ahrsIndex:
number
|Subscribable
<number
>
Defined in: src/garminsdk/terrain/DefaultTerrainSystemDataProvider.ts:67
The index of the AHRS from which to source data.
fmsPosIndex
fmsPosIndex:
number
|Subscribable
<number
>
Defined in: src/garminsdk/terrain/DefaultTerrainSystemDataProvider.ts:58
The index of the FMS geo-positioning system from which to source data.
gpsAglSmootherParams?
optional
gpsAglSmootherParams:Readonly
<DefaultTerrainSystemDataProviderSmootherParams
>
Defined in: src/garminsdk/terrain/DefaultTerrainSystemDataProvider.ts:79
Parameters for smoothing applied to GPS above ground height. tau
defaults to 2000 / Math.LN2
, tauVelocity
defaults to 1000 / Math.LN2
, and tauAccel
defaults to `undefined.
gpsVerticalSpeedSmootherParams?
optional
gpsVerticalSpeedSmootherParams:Readonly
<DefaultTerrainSystemDataProviderSmootherParams
>
Defined in: src/garminsdk/terrain/DefaultTerrainSystemDataProvider.ts:73
Parameters for smoothing applied to GPS vertical speed. tau
defaults to 1000 / Math.LN2
, tauVelocity
and
tauAccel
default to `undefined.
nearestAirportUpdateInterval?
optional
nearestAirportUpdateInterval:number
Defined in: src/garminsdk/terrain/DefaultTerrainSystemDataProvider.ts:88
The interval at which the module's nearest airport data should be updated, in milliseconds. Defaults to 3000.
radarAltIndex
radarAltIndex:
number
|Subscribable
<number
>
Defined in: src/garminsdk/terrain/DefaultTerrainSystemDataProvider.ts:61
The index of the radar altimeter from which to source data.
radarAltitudeSmootherParams?
optional
radarAltitudeSmootherParams:Readonly
<DefaultTerrainSystemDataProviderSmootherParams
>
Defined in: src/garminsdk/terrain/DefaultTerrainSystemDataProvider.ts:85
Parameters for smoothing applied to radar altitude. tau
defaults to 2000 / Math.LN2
, tauVelocity
defaults to
1000 / Math.LN2
, and tauAccel
defaults to `undefined.