Interface: GtcPositionHeadingDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Navigation/GtcPositionHeadingDataProvider.ts:10
A provider of airplane position and heading data.
Properties
headingTrue
readonly
headingTrue:Subscribable
<number
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Navigation/GtcPositionHeadingDataProvider.ts:18
The current true heading of the airplane, in degrees.
headingTrueWithFailure
readonly
headingTrueWithFailure:Subscribable
<number
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Navigation/GtcPositionHeadingDataProvider.ts:21
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: workingtitle-instruments-g3000/html_ui/GTC/Navigation/GtcPositionHeadingDataProvider.ts:30
Whether GPS data is in a failed state.
isGpsDeadReckoning
readonly
isGpsDeadReckoning:Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Navigation/GtcPositionHeadingDataProvider.ts:27
Whether GPS position is in dead reckoning mode.
isHeadingDataFailed
readonly
isHeadingDataFailed:Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Navigation/GtcPositionHeadingDataProvider.ts:24
Whether this provider's heading data is in a failed state.
ppos
readonly
ppos:Subscribable
<GeoPointInterface
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Navigation/GtcPositionHeadingDataProvider.ts:12
The current position of the airplane.
pposWithFailure
readonly
pposWithFailure:Subscribable
<GeoPointInterface
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Navigation/GtcPositionHeadingDataProvider.ts:15
The current position of the airplane, or (NaN, NaN)
when GPS data is in a failed state.