Skip to main content

Class: GpsSatelliteData

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/GpsStatus/GpsStatusDataProvider.ts:16

Data about a GPS satellite from the provider.

Implements

Constructors

Constructor

new GpsSatelliteData(sat): GpsSatelliteData

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/GpsStatus/GpsStatusDataProvider.ts:24

Creates an instance of GpsSatelliteData.

Parameters

ParameterTypeDescription
satGPSSatelliteThe satellite to track.

Returns

GpsSatelliteData

Properties

isVisible

readonly isVisible: Subject<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/GpsStatus/GpsStatusDataProvider.ts:18

Whether this list item is visible in the list.

Implementation of

DynamicListData.isVisible


sat

readonly sat: GPSSatellite

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/GpsStatus/GpsStatusDataProvider.ts:24

The satellite to track.