Skip to main content

Type Alias: GarminTawsOptions

GarminTawsOptions = object

Defined in: src/garminsdk/terrain/GarminTaws.ts:11

Configuration options for GarminTaws.

Properties

prioritizedAlertSelector()?

optional prioritizedAlertSelector: (alerts) => string | null

Defined in: src/garminsdk/terrain/GarminTaws.ts:22

A function that selects a prioritized alert from an iterable of active alerts each time the set of active alerts changes. If not defined, then a default prioritization scheme based on TSO-151c will be used.

Parameters

ParameterType
alertsIterable<string>

Returns

string | null


supportGpwsFailStatus?

optional supportGpwsFailStatus: boolean

Defined in: src/garminsdk/terrain/GarminTaws.ts:13

Whether to include support for the GPWS failure status flag.


testDuration?

optional testDuration: number

Defined in: src/garminsdk/terrain/GarminTaws.ts:16

The duration of the system's self-test, in milliseconds. Defaults to 15000.