Interface: PositionHeadingDataProvider
A provider of airplane position and heading data.
Implemented by
Properties
headingTrue
• Readonly
headingTrue: Subscribable
<number
>
The current true heading of the airplane, in degrees.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Navigation/PositionHeadingDataProvider.ts:19
headingTrueWithFailure
• Readonly
headingTrueWithFailure: Subscribable
<number
>
The current true heading of the airplane, in degrees, or NaN
when heading data is in a failed state.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Navigation/PositionHeadingDataProvider.ts:22
isGpsDataFailed
• Readonly
isGpsDataFailed: Subscribable
<boolean
>
Whether GPS data is in a failed state.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Navigation/PositionHeadingDataProvider.ts:31
isGpsDeadReckoning
• Readonly
isGpsDeadReckoning: Subscribable
<boolean
>
Whether GPS position is in dead reckoning mode.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Navigation/PositionHeadingDataProvider.ts:28
isHeadingDataFailed
• Readonly
isHeadingDataFailed: Subscribable
<boolean
>
Whether this provider's heading data is in a failed state.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Navigation/PositionHeadingDataProvider.ts:25
ppos
• Readonly
ppos: Subscribable
<GeoPointInterface
>
The current position of the airplane.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Navigation/PositionHeadingDataProvider.ts:13
pposWithFailure
• Readonly
pposWithFailure: Subscribable
<GeoPointInterface
>
The current position of the airplane, or (NaN, NaN)
when GPS data is in a failed state.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Navigation/PositionHeadingDataProvider.ts:16