API published in: S60 2nd Ed FP 2
Link against: lbs.lib
Location
#include <lbssatellite.h>
Public Member Functions | |
| IMPORT_C | TSatelliteData () |
| Default constructor for a TSatelliteData. | |
| IMPORT_C TInt | SatelliteId () const |
| IMPORT_C void | SetSatelliteId (TInt aSatelliteId) |
| This method is not intended for the client's usage. | |
| IMPORT_C TReal32 | Azimuth () const |
| Get the azimuth value of the satellite. | |
| IMPORT_C void | SetAzimuth (TReal32 aAzimuth) |
| This method is not intended for the client's usage. | |
| IMPORT_C TReal32 | Elevation () const |
| IMPORT_C void | SetElevation (TReal32 aElevation) |
| This method is not intended for the client's usage. | |
| IMPORT_C TBool | IsUsed () const |
| Find if this satellite is being used to obtain position information. | |
| IMPORT_C void | SetIsUsed (TBool aIsUsed) |
| This method is not intended for the client's usage. | |
| IMPORT_C TInt | SignalStrength () const |
| Get the strength of the satellite signal. | |
| IMPORT_C void | SetSignalStrength (TInt aSignalStrength) |
| This method is not intended for the client's usage. | |
Protected Attributes | |
| TInt | iSatelliteId |
| The ID (in GPS, the PRN). | |
| TReal32 | iAzimuth |
| The azimuth, in degrees. | |
| TReal32 | iElevation |
| The elevation, in degrees. | |
| TBool | iIsUsed |
| Whether the satellite is used. | |
| TInt | iSignalStrength |
| The signal strength, in decibels. | |
|
|
Default constructor for a TSatelliteData. Note the azimuth and elevation are both initially NaN. |
|
|
Get the azimuth value of the satellite.
|
|
|
|
|
Find if this satellite is being used to obtain position information.
|
|
|
|
|
This method is not intended for the client's usage. The positioning module uses this method to set the azimuth of this satellite.
|
|
|
This method is not intended for the client's usage. The positioning module uses this method to set the elevation of this satellite.
|
|
|
This method is not intended for the client's usage. The positioning module uses this method to set if this satellite is being used for position determination.
|
|
|
This method is not intended for the client's usage. The positioning module uses this method to set the Id of this satellite.
|
|
|
This method is not intended for the client's usage. The positioning module uses this method to set the strength of the signal from this satellite.
|
|
|
Get the strength of the satellite signal.
|
|
|
The azimuth, in degrees. |
|
|
The elevation, in degrees. |
|
|
Whether the satellite is used. |
|
|
The ID (in GPS, the PRN). |
|
|
The signal strength, in decibels. |