| class TCourse |
This is used to hold information about the current speed and direction of the device. It is generally used in conjunction with TPositionCourseInfo when a positioning technology is able to supply these details as part of its positioning information.
| Public Member Functions | |
|---|---|
| TCourse() | |
| IMPORT_C TReal32 | Course() |
| IMPORT_C TReal32 | CourseAccuracy() |
| IMPORT_C TReal32 | Heading() |
| IMPORT_C TReal32 | HeadingAccuracy() |
| IMPORT_C void | SetCourse(TReal32) |
| IMPORT_C void | SetCourseAccuracy(TReal32) |
| IMPORT_C void | SetHeading(TReal32) |
| IMPORT_C void | SetHeadingAccuracy(TReal32) |
| IMPORT_C void | SetSpeed(TReal32) |
| IMPORT_C void | SetSpeedAccuracy(TReal32) |
| IMPORT_C void | SetVerticalSpeed(TReal32) |
| IMPORT_C void | SetVerticalSpeedAccuracy(TReal32) |
| IMPORT_C TReal32 | Speed() |
| IMPORT_C TReal32 | SpeedAccuracy() |
| IMPORT_C TReal32 | VerticalSpeed() |
| IMPORT_C TReal32 | VerticalSpeedAccuracy() |
| Protected Attributes | |
|---|---|
| TReal32 | iCourse |
| TReal32 | iCourseAccuracy |
| TReal32 | iHeading |
| TReal32 | iHeadingAccuracy |
| TReal32 | iSpeed |
| TReal32 | iSpeedAccuracy |
| TReal32 | iVerticalSpeed |
| TReal32 | iVerticalSpeedAccuracy |
| Private Attributes | |
|---|---|
| TUint8 | iReserved |
| IMPORT_C void | SetCourseAccuracy | ( | TReal32 | aCourseAccuracy | ) |
| TReal32 aCourseAccuracy |
| IMPORT_C void | SetHeadingAccuracy | ( | TReal32 | aHeadingAccuracy | ) |
| TReal32 aHeadingAccuracy |
| IMPORT_C void | SetSpeedAccuracy | ( | TReal32 | aSpeedAccuracy | ) |
| TReal32 aSpeedAccuracy |
| IMPORT_C void | SetVerticalSpeed | ( | TReal32 | aVerticalSpeed | ) |
| TReal32 aVerticalSpeed |
| IMPORT_C void | SetVerticalSpeedAccuracy | ( | TReal32 | aVerticalSpeedAccuracy | ) |
| TReal32 aVerticalSpeedAccuracy |
| TReal32 | iVerticalSpeedAccuracy | [protected] |
Vertical Speed accuracy, in metres per second.