Interface: TcasRaCommandDataProvider
A provider of TCAS-II resolution advisory vertical speed commands.
Implemented by
Properties
raFlyToMaxVs
• Readonly
raFlyToMaxVs: Subscribable
<null
| number
>
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.
Defined in
src/garminsdk/traffic/TcasRaCommandDataProvider.ts:32
raFlyToMinVs
• Readonly
raFlyToMinVs: Subscribable
<null
| number
>
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.
Defined in
src/garminsdk/traffic/TcasRaCommandDataProvider.ts:26
raMaxVs
• Readonly
raMaxVs: Subscribable
<null
| number
>
The maximum allowed vertical speed, in feet per minute, commanded by the current resolution advisory, or null
if there is no such value.
Defined in
src/garminsdk/traffic/TcasRaCommandDataProvider.ts:20
raMinVs
• Readonly
raMinVs: Subscribable
<null
| number
>
The minimum allowed vertical speed, in feet per minute, commanded by the current resolution advisory, or null
if there is no such value.
Defined in
src/garminsdk/traffic/TcasRaCommandDataProvider.ts:14