Interface: PlaneStateInfo
Structure to hold the current roll,pitch,heading and altitude situation of the plane.
Properties
altitude
• altitude: number
The current altitude of the plane in feet.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:39
aoa
• aoa: number
The current angle of attack of the plane.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:45
gs
• gs: number
The current ground speed of the plane in knots.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:41
heading
• heading: number
The current heading of the plane.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:35
pitch
• pitch: number
The current pitch of the plane.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:33
roll
• roll: number
The current roll of the plane.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:31
track
• track: number
The current track of the plane.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:37
vs
• vs: number
The current vertical speed of the plane in feet per minute.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/PrimaryHorizonDisplay.tsx:43