Skip to main content

Interface: FlightPathMarkerProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:17

Component props for FlightPathMarker.

Extends

Properties

airspeedDataProvider

airspeedDataProvider: AirspeedDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:22

The airspeed data provider to use.


bus

bus: EventBus

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:19

The event bus.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

HorizonLayerProps.children


declutter

declutter: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:50

Whether the PFD is being decluttered


displayedPosition?

optional displayedPosition: MutableSubscribable<any, Readonly<Omit<Float64Array<ArrayBufferLike>, "set" | "sort" | "copyWithin">>>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:47

A mutable subscribable to which to write the displayed position of the flight path vector, as [x, y] in pixels using the horizon projection's projected coordinate system. If the flight path vector is not displayed, its position will be written as [NaN, NaN].


hideCentreDot

hideCentreDot: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:40

Whether to show the centre dot in primary mode.


lookahead?

optional lookahead: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:31

The lookahead time of the flight path marker, in seconds. Defaults to 60 seconds.


minGroundSpeed?

optional minGroundSpeed: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:28

The minimum ground speed, in knots, required for the flight path marker to be displayed. Defaults to 30 knots.


projection

projection: HorizonProjection

Defined in: sdk/components/horizon/HorizonLayer.ts:10

The layer's horizon projection.

Inherited from

HorizonLayerProps.projection


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

HorizonLayerProps.ref


show

show: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:25

Whether to show the flight path marker.


showPrimary

showPrimary: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:37

Whether to show the primary (green) marker, or else the secondary (grey) is shown.


smoothingTimeConstant?

optional smoothingTimeConstant: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathMarker.tsx:34

The smoothing time constant for ground track and ground speed, in milliseconds. Defaults to 500 / ln(2).


updateFreq?

optional updateFreq: Subscribable<number>

Defined in: sdk/components/horizon/HorizonLayer.ts:17

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