QGIS API Documentation
2.0.1-Dufour
|
#include <qgsgpsconnection.h>
Public Attributes | |
int | id |
bool | inUse |
int | elevation |
int | azimuth |
int | signal |
Definition at line 27 of file qgsgpsconnection.h.
int QgsSatelliteInfo::azimuth |
Definition at line 32 of file qgsgpsconnection.h.
Referenced by QgsNMEAConnection::processGSVSentence(), and QgsQtLocationConnection::satellitesInViewUpdated().
int QgsSatelliteInfo::elevation |
Definition at line 31 of file qgsgpsconnection.h.
Referenced by QgsNMEAConnection::processGSVSentence(), and QgsQtLocationConnection::satellitesInViewUpdated().
int QgsSatelliteInfo::id |
Definition at line 29 of file qgsgpsconnection.h.
Referenced by QgsNMEAConnection::processGSVSentence(), QgsQtLocationConnection::satellitesInUseUpdated(), and QgsQtLocationConnection::satellitesInViewUpdated().
bool QgsSatelliteInfo::inUse |
Definition at line 30 of file qgsgpsconnection.h.
Referenced by QgsNMEAConnection::processGSVSentence(), and QgsQtLocationConnection::satellitesInUseUpdated().
int QgsSatelliteInfo::signal |
Definition at line 33 of file qgsgpsconnection.h.
Referenced by QgsNMEAConnection::processGSVSentence(), and QgsQtLocationConnection::satellitesInViewUpdated().