|
Public Member Functions |
| IMPORT_C | TCourse () |
| | Default constructor for TCourse.
|
| IMPORT_C TReal32 | Speed () const |
| | Retrieves the speed.
|
| IMPORT_C TReal32 | Heading () const |
| | Retrieves the heading.
|
| IMPORT_C TReal32 | Course () const |
| | Retrieves the course over ground.
|
| IMPORT_C TReal32 | SpeedAccuracy () const |
| | Retrieves the accuracy of the speed component.
|
| IMPORT_C TReal32 | HeadingAccuracy () const |
| | Retrieves the accuracy of the heading component.
|
| IMPORT_C TReal32 | CourseAccuracy () const |
| | Retrieves the accuracy of the course over ground.
|
| IMPORT_C void | SetSpeed (TReal32 aSpeed) |
| | Changes the speed of this course.
|
| IMPORT_C void | SetHeading (TReal32 aHeading) |
| | Changes the heading of this course.
|
| IMPORT_C void | SetSpeedAccuracy (TReal32 aSpeedAccuracy) |
| | Changes the accuracy of the speed component of this course.
|
| IMPORT_C void | SetHeadingAccuracy (TReal32 aHeadingAccuracy) |
| | Changes the accuracy of the heading component of this course.
|
| IMPORT_C void | SetCourse (TReal32 aCourse) |
| | Changes the course over ground.
|
| IMPORT_C void | SetCourseAccuracy (TReal32 aCourseAccuracy) |
| | Changes the accuracy of the course component of this course.
|
Protected Attributes |
| TReal32 | iSpeed |
| | Speed, in metres per second.
|
| TReal32 | iHeading |
| | Heading, in degrees.
|
| TReal32 | iSpeedAccuracy |
| | Speed accuracy, in metres per second.
|
| TReal32 | iHeadingAccuracy |
| | Heading accuracy, in degrees.
|
| TReal32 | iCourse |
| | Course, in degrees.
|
| TReal32 | iCourseAccuracy |
| | Course accuracy, in degrees.
|