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