Skip to main content

Interface: TcasRaPitchCueLayerProps

Component props for TcasRaPitchCueLayer.

Hierarchy

  • HorizonLayerProps

    TcasRaPitchCueLayerProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

HorizonLayerProps.children

Defined in

src/sdk/components/FSComponent.ts:122


clipBounds

clipBounds: Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">> | Subscribable<Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>>

The clipping bounds of the layer, as [left, top, right, bottom] in pixels relative to the center of the projection.

Defined in

src/garminsdk/components/nextgenpfd/horizon/TcasRaPitchCueLayer.tsx:33


conformalBounds

conformalBounds: Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">> | Subscribable<Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>>

The bounds defining the ovoid area in which the no-fly cues remain conformal, as [left, top, right, bottom] in pixels relative to the center of the projection.

Defined in

src/garminsdk/components/nextgenpfd/horizon/TcasRaPitchCueLayer.tsx:39


dataProvider

dataProvider: TcasRaCommandDataProvider

A provider of TCAS-II resolution advisory vertical speed command data.

Defined in

src/garminsdk/components/nextgenpfd/horizon/TcasRaPitchCueLayer.tsx:18


pitchSmoothingTau

Optional pitchSmoothingTau: number

The smoothing time constant, in milliseconds, to use for smoothing pitch values when calculating the pitch attitude required to achieve a given vertical speed. Defaults to 2000 / Math.LN2.

Defined in

src/garminsdk/components/nextgenpfd/horizon/TcasRaPitchCueLayer.tsx:51


projection

projection: HorizonProjection

The layer's horizon projection.

Inherited from

HorizonLayerProps.projection

Defined in

src/sdk/components/horizon/HorizonLayer.ts:10


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

HorizonLayerProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


show

show: Subscribable<boolean>

Whether to show the layer.

Defined in

src/garminsdk/components/nextgenpfd/horizon/TcasRaPitchCueLayer.tsx:15


simRate

simRate: Subscribable<number>

The current simulation rate factor.

Defined in

src/garminsdk/components/nextgenpfd/horizon/TcasRaPitchCueLayer.tsx:27


tas

tas: Subscribable<number>

The airplane's current true airspeed, in degrees.

Defined in

src/garminsdk/components/nextgenpfd/horizon/TcasRaPitchCueLayer.tsx:24


tasSmoothingTau

Optional tasSmoothingTau: number

The smoothing time constant, in milliseconds, to use for smoothing true airspeed values when calculating the pitch attitude required to achieve a given vertical speed. Defaults to 2000 / Math.LN2.

Defined in

src/garminsdk/components/nextgenpfd/horizon/TcasRaPitchCueLayer.tsx:45


updateFreq

Optional updateFreq: Subscribable<number>

A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.

Inherited from

HorizonLayerProps.updateFreq

Defined in

src/sdk/components/horizon/HorizonLayer.ts:17


verticalSpeed

verticalSpeed: Subscribable<number>

The airplane's current vertical speed, in feet per minute.

Defined in

src/garminsdk/components/nextgenpfd/horizon/TcasRaPitchCueLayer.tsx:21