Type Alias: GarminFlightIntoTerrainModuleOptions
GarminFlightIntoTerrainModuleOptions =
object
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:11
Configuration options for GarminFlightIntoTerrainModule.
Properties
flapsInhibitFlags?
optionalflapsInhibitFlags:Iterable<string>
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:58
The inhibit flags that should inhibit alerting based on flap position. If not defined, then no flags will inhibit alerting based on flap position.
flapsLandingAngle
flapsLandingAngle: readonly [
number,number]
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:22
The flaps extension angle range, as [min, max] in degrees, that defines the landing flaps configuration.
functionAsGpws?
optionalfunctionAsGpws:boolean
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:19
Whether alerting should function as a GPWS alert. If true, then radar altimeter data (up to 2500 feet AGL) will
be used to measure height above terrain, and alerting will be inhibited when the GarminTawsStatus.GpwsFailed
status is active. If false, then GPS altitude in conjunction with runway threshold elevation data will be used
to measure height above terrain, and alerting will be inhibited when the GarminTawsStatus.TawsFailed or
GarminTawsStatus.TawsNotAvailable statuses are active. Defaults to false.
inhibitFlags?
optionalinhibitFlags:Iterable<string>
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:52
The inhibit flags that should inhibit alerting. If not defined, then no flags will inhibit alerting.
triggerDebounce?
optionaltriggerDebounce:number
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:31
The consecutive amount of time, in milliseconds, that the conditions for one of the module's alerts must be met
before the alert is triggered. Defaults to 2000.
triggerHysteresis?
optionaltriggerHysteresis:number
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:43
The amount of time, in milliseconds, after an alert becomes triggered before it can be untriggered. Defaults to
5000.
untriggerDebounce?
optionaluntriggerDebounce:number
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:37
The consecutive amount of time, in milliseconds, that the conditions for one of the module's alerts must not be
met before the alert is untriggered. Defaults to 2000.
untriggerHysteresis?
optionaluntriggerHysteresis:number
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:49
The amount of time, in milliseconds, after an alert becomes untriggered before it can be triggered. Defaults to
0.
vfeLanding
vfeLanding:
number
Defined in: src/garminsdk/terrain/modules/fit/GarminFlightIntoTerrainModule.ts:25
The maximum allowed indicated airspeed with flaps extended to landing configuration, in knots.