Skip to main content

Interface: TcasRaCommandDataProvider

Defined in: workingtitle-instruments-epic2/shared/Traffic/TcasRaCommandDataProvider.ts:8

A provider of TCAS-II resolution advisory vertical speed commands.

Properties

raFlyToMaxVs

readonly raFlyToMaxVs: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Traffic/TcasRaCommandDataProvider.ts:31

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: workingtitle-instruments-epic2/shared/Traffic/TcasRaCommandDataProvider.ts:25

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: workingtitle-instruments-epic2/shared/Traffic/TcasRaCommandDataProvider.ts:19

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: workingtitle-instruments-epic2/shared/Traffic/TcasRaCommandDataProvider.ts:13

The minimum allowed vertical speed, in feet per minute, commanded by the current resolution advisory, or null if there is no such value.