Skip to main content

Class: GpsSatelliteData

Data about a GPS satellite from the provider.

Implements

Constructors

constructor

new GpsSatelliteData(sat): GpsSatelliteData

Creates an instance of GpsSatelliteData.

Parameters

NameTypeDescription
satGPSSatelliteThe satellite to track.

Returns

GpsSatelliteData

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/GpsStatus/GpsStatusDataProvider.ts:24

Properties

isVisible

Readonly isVisible: Subject<boolean>

Whether this list item is visible in the list.

Implementation of

DynamicListData.isVisible

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/GpsStatus/GpsStatusDataProvider.ts:18


sat

Readonly sat: GPSSatellite

The satellite to track.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/GpsStatus/GpsStatusDataProvider.ts:24