| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
Encapsulates information relating to a GPS satellite. More...
#include <qgsgpsconnection.h>
| Public Attributes | |
| double | azimuth = std::numeric_limits< double >::quiet_NaN() | 
| The azimuth of the satellite to true north, in degrees.  More... | |
| double | elevation = std::numeric_limits< double >::quiet_NaN() | 
| Elevation of the satellite, in degrees.  More... | |
| int | id = 0 | 
| Contains the satellite identifier number.  More... | |
| bool | inUse = false | 
| trueif satellite was used in obtaining the position fix.  More... | |
| int | signal = -1 | 
| Signal strength (0-99dB), or -1 if not available.  More... | |
Encapsulates information relating to a GPS satellite.
Definition at line 41 of file qgsgpsconnection.h.
| double QgsSatelliteInfo::azimuth = std::numeric_limits< double >::quiet_NaN() | 
The azimuth of the satellite to true north, in degrees.
Definition at line 78 of file qgsgpsconnection.h.
| double QgsSatelliteInfo::elevation = std::numeric_limits< double >::quiet_NaN() | 
Elevation of the satellite, in degrees.
Definition at line 64 of file qgsgpsconnection.h.
| int QgsSatelliteInfo::id = 0 | 
Contains the satellite identifier number.
The satellite identifier number can be used to identify a satellite inside the satellite system. For satellite system GPS the satellite identifier number represents the PRN (Pseudo-random noise) number. For satellite system GLONASS the satellite identifier number represents the slot number.
Definition at line 52 of file qgsgpsconnection.h.
| bool QgsSatelliteInfo::inUse = false | 
true if satellite was used in obtaining the position fix. 
Definition at line 57 of file qgsgpsconnection.h.
| int QgsSatelliteInfo::signal = -1 | 
Signal strength (0-99dB), or -1 if not available.
Definition at line 90 of file qgsgpsconnection.h.