Interface: TcasRaCommandDataProvider
Defined in: src/garminsdk/traffic/TcasRaCommandDataProvider.ts:9
A provider of TCAS-II resolution advisory vertical speed commands.
Properties
raFlyToMaxVs
readonly
raFlyToMaxVs:Subscribable
<null
|number
>
Defined in: src/garminsdk/traffic/TcasRaCommandDataProvider.ts:32
The upper bound vertical speed, in feet per minute, of the current resolution advisory's fly-to command, or
null
if there is no such value.
raFlyToMinVs
readonly
raFlyToMinVs:Subscribable
<null
|number
>
Defined in: src/garminsdk/traffic/TcasRaCommandDataProvider.ts:26
The lower bound vertical speed, in feet per minute, of the current resolution advisory's fly-to command, or
null
if there is no such value.
raMaxVs
readonly
raMaxVs:Subscribable
<null
|number
>
Defined in: src/garminsdk/traffic/TcasRaCommandDataProvider.ts:20
The maximum allowed vertical speed, in feet per minute, commanded by the current resolution advisory, or null
if there is no such value.
raMinVs
readonly
raMinVs:Subscribable
<null
|number
>
Defined in: src/garminsdk/traffic/TcasRaCommandDataProvider.ts:14
The minimum allowed vertical speed, in feet per minute, commanded by the current resolution advisory, or null
if there is no such value.