| class TSatelliteData |
This class is used to transfer data about a satellite
| Public Member Functions | |
|---|---|
| TSatelliteData() | |
| IMPORT_C TReal32 | Azimuth() |
| IMPORT_C TReal32 | Elevation() |
| IMPORT_C TBool | IsUsed() |
| IMPORT_C TInt | SatelliteId() |
| IMPORT_C void | SetAzimuth(TReal32) |
| IMPORT_C void | SetElevation(TReal32) |
| IMPORT_C void | SetIsUsed(TBool) |
| IMPORT_C void | SetSatelliteId(TInt) |
| IMPORT_C void | SetSignalStrength(TInt) |
| IMPORT_C TInt | SignalStrength() |
| Protected Attributes | |
|---|---|
| TReal32 | iAzimuth |
| TReal32 | iElevation |
| TBool | iIsUsed |
| TInt | iSatelliteId |
| TInt | iSignalStrength |
| Private Attributes | |
|---|---|
| TUint8 | iReserved |
| IMPORT_C void | SetSignalStrength | ( | TInt | aSignalStrength | ) |
| TInt aSignalStrength |