Skip to main content

Interface: PlaneStateInfo

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:40

Structure to hold the current roll,pitch,heading and altitude situation of the plane.

Properties

altitude

altitude: number

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:50

The current altitude of the plane in feet.


aoa

aoa: number

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:56

The current angle of attack of the plane.


gs

gs: number

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:52

The current ground speed of the plane in knots.


heading

heading: number

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:46

The current heading of the plane.


pitch

pitch: number

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:44

The current pitch of the plane.


roll

roll: number

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:42

The current roll of the plane.


track

track: number

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:48

The current track of the plane.


vs

vs: number

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:54

The current vertical speed of the plane in feet per minute.