QGeoSatelliteInfo
#include <QtLocationSubset/QGeoSatelliteInfo>
The QGeoSatelliteInfo class contains basic information about a satellite.
1.0
Public Functions Index
| QGeoSatelliteInfo () | |
| QGeoSatelliteInfo (const QGeoSatelliteInfo &other) | |
| ~QGeoSatelliteInfo () | |
| QGeoSatelliteInfo & | operator= (const QGeoSatelliteInfo &other) |
| bool | operator== (const QGeoSatelliteInfo &other) const |
| bool | operator!= (const QGeoSatelliteInfo &other) const |
| void | setPrnNumber (int prn) |
| int | prnNumber () const |
| void | setSignalStrength (int signalStrength) |
| int | signalStrength () const |
| void | setAttribute (Attribute attribute, qreal value) |
| qreal | attribute (Attribute attribute) const |
| void | removeAttribute (Attribute attribute) |
| bool | hasAttribute (Attribute attribute) const |
Public Types
Defines the attributes for the satellite information.
Elevation The elevation of the satellite, in degrees. Azimuth The azimuth to true north, in degrees.
- Elevation
- Azimuth
Public Functions
Creates a satellite information object.
Creates a satellite information object with the values of other.
Destructor.
QGeoSatelliteInfo &
Assigns the values from other to this object.
bool
Returns true if all the information for this satellite are the same as those of other.
bool
Returns true if any of the information for this satellite is not the same as that of other.
void
Sets the PRN (Pseudo-random noise) number to prn.
The PRN number can be used to identify a satellite.
int
Returns the PRN (Pseudo-random noise) number, or -1 if the value has not been set.
void
Sets the signal strength to signalStrength, in decibels.
int
Returns the signal strength, or -1 if the value has not been set.
void
Sets the value for attribute to value.
qreal
Returns the value of the specified attribute as a qreal value.
Returns -1 if the value has not been set.
void
Removes the specified attribute and its value.
bool
Returns true if the specified attribute is present in this update.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia. Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.