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
Parameter | Type | Description |
---|---|---|
sat | GPSSatellite | The 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
sat
readonly
sat:GPSSatellite
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/GpsStatus/GpsStatusDataProvider.ts:24
The satellite to track.