Class: GpsSatelliteData
Data about a GPS satellite from the provider.
Implements
Constructors
constructor
• new GpsSatelliteData(sat
): GpsSatelliteData
Creates an instance of GpsSatelliteData.
Parameters
Name | Type | Description |
---|---|---|
sat | GPSSatellite | The satellite to track. |
Returns
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
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