Skip to main content

Interface: GPSSatComputerEvents

Defined in: src/sdk/instruments/GPSSat.ts:188

Events published by the GPSSatComputer system.

Indexable

[gps_sat_state_changed: `gps_sat_state_changed_${number}`]: GPSSatellite

An event published when a GPS satellite changes state.

[gps_system_nominal_channel_count: `gps_system_nominal_channel_count_${number}`]: null | number

The nominal total number of receiver channels supported by the GPS system, or null if the system supports an unlimited number of channels.

[gps_system_state_changed: `gps_system_state_changed_${number}`]: GPSSystemState

An event published when the GPS satellite system changes state.

[gps_sat_pos_calculated: `gps_sat_pos_calculated_${number}`]: void

An event published when the GPS satellite positions have been updated.

[gps_system_sbas_state_changed: `gps_system_sbas_state_changed_${number}`]: GPSSystemSBASState

An event published when the GPS system SBAS state changes.

[gps_system_pdop: `gps_system_pdop_${number}`]: number

The current position dilution of precision (PDOP) calculated by the GPS system, or -1 if this system has not acquired a position solution.

[gps_system_hdop: `gps_system_hdop_${number}`]: number

The current horizontal dilution of precision (HDOP) calculated by the GPS system, or -1 if this system has not acquired a position solution.

[gps_system_vdop: `gps_system_vdop_${number}`]: number

The current horizontal dilution of precision (VDOP) calculated by the GPS system, or -1 if this system has not acquired a position solution.