Skip to main content

Interface: PfdInstrumentContainerProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:69

Component props for PfdInstrumentContainer.

Extends

  • DisplayPaneViewProps

Properties

altimeterDataProvider

altimeterDataProvider: AltimeterDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:92

A provider of altimeter data.


bus

bus: EventBus

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:71

The event bus.


casSystem

casSystem: CasSystem

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:110

A reference to this instrument's CAS system.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

DisplayPaneViewProps.children


config

config: AvionicsConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:80

The configuration object for the pane's parent avionics system.


fms

fms: Fms

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:74

The FMS.


gpsIntegrityDataProvider

gpsIntegrityDataProvider: GpsIntegrityDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:89

A provider of GPS position integrity data.


halfSizeOnly?

optional halfSizeOnly: boolean

Defined in: workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:14

Whether the view can only be displayed in half-size panes.

Inherited from

DisplayPaneViewProps.halfSizeOnly


iauSettingManager

iauSettingManager: IauUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:113

A manager for all IAU user settings.


index

index: DisplayPaneIndex

Defined in: workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:11

The index of the view's parent pane.

Inherited from

DisplayPaneViewProps.index


instrumentConfig

instrumentConfig: PfdConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:83

The configuration object for the pane's parent PFD instrument.


minimumsDataProvider

minimumsDataProvider: MinimumsDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:98

A provider of minimums data.


navIndicators: G3000NavIndicators

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:86

A collection of all navigation indicators.


pfdSettingManager

pfdSettingManager: UserSettingManager<PfdAliasedUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:116

A manager for PFD user settings.


pluginSystem

pluginSystem: PluginSystem<G3000PfdPlugin, G3000PfdPluginBinder>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:122

The plugin system for the pane's parent PFD instrument.


radarAltimeterDataProvider?

optional radarAltimeterDataProvider: RadarAltimeterDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:95

A provider of radar altimeter data. If not defined, the radar altimeter display will not be rendered.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

DisplayPaneViewProps.ref


terrainSystemStateDataProvider

terrainSystemStateDataProvider: TerrainSystemStateDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:107

A provider of terrain alerting system state data.


trafficSystem

trafficSystem: TrafficSystem

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:77

The traffic system.


vnavDataProvider

vnavDataProvider: VNavDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:104

A provider of VNAV data.


vSpeedSettingManager

vSpeedSettingManager: VSpeedUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:119

A manager for reference V-speed user settings.


windDataProvider

windDataProvider: WindDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:101

A provider of wind data.