| class TPositionSatelliteInfo : public TPositionCourseInfo |
This class is used to store information about positions obtained by satellites.
| Public Member Functions | |
|---|---|
| TPositionSatelliteInfo() | |
| IMPORT_C TInt | AppendSatelliteData(const TSatelliteData &) |
| IMPORT_C void | ClearSatellitesInView() |
| IMPORT_C TInt | GetSatelliteData(TUint, TSatelliteData &) |
| IMPORT_C TReal32 | HorizontalDoP() |
| IMPORT_C TInt | NumSatellitesInView() |
| IMPORT_C TInt | NumSatellitesUsed() |
| IMPORT_C TTime | SatelliteTime() |
| IMPORT_C void | SetHorizontalDoP(TReal32) |
| IMPORT_C void | SetSatelliteTime(TTime) |
| IMPORT_C void | SetTimeDoP(TReal32) |
| IMPORT_C void | SetVerticalDoP(TReal32) |
| IMPORT_C TReal32 | TimeDoP() |
| IMPORT_C TReal32 | VerticalDoP() |
| Private Attributes | |
|---|---|
| TUint8 | iReserved |
| IMPORT_C TInt | AppendSatelliteData | ( | const TSatelliteData & | aSatelliteData | ) |
| const TSatelliteData & aSatelliteData |
| IMPORT_C TInt | GetSatelliteData | ( | TUint | aIndex, |
| TSatelliteData & | aSatelliteData | |||
| ) | const | |||
| TUint aIndex | |
| TSatelliteData & aSatelliteData |
| IMPORT_C void | SetHorizontalDoP | ( | TReal32 | aDoPValue | ) |
| TReal32 aDoPValue |
| TReal32 | iHorizontalDoPValue | [protected] |
The horizontal dilution of precision
| TFixedArray< TSatelliteData, KPositionMaxSatellitesInView > | iSatellitesInView | [protected] |
The satellites in view