Interface: GtcPositionHeadingDataProvider
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
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Navigation/GtcPositionHeadingDataProvider.ts:18
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
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Navigation/GtcPositionHeadingDataProvider.ts:21
isGpsDataFailed
• Readonly
isGpsDataFailed: Subscribable
<boolean
>
Whether GPS data is in a failed state.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Navigation/GtcPositionHeadingDataProvider.ts:30
isGpsDeadReckoning
• Readonly
isGpsDeadReckoning: Subscribable
<boolean
>
Whether GPS position is in dead reckoning mode.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Navigation/GtcPositionHeadingDataProvider.ts:27
isHeadingDataFailed
• Readonly
isHeadingDataFailed: Subscribable
<boolean
>
Whether this provider's heading data is in a failed state.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Navigation/GtcPositionHeadingDataProvider.ts:24
ppos
• Readonly
ppos: Subscribable
<GeoPointInterface
>
The current position of the airplane.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Navigation/GtcPositionHeadingDataProvider.ts:12
pposWithFailure
• Readonly
pposWithFailure: Subscribable
<GeoPointInterface
>
The current position of the airplane, or (NaN, NaN)
when GPS data is in a failed state.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Navigation/GtcPositionHeadingDataProvider.ts:15