TPositionCourseInfo Class Reference
#include
<lbspositioninfo.h>
class TPositionCourseInfo : public TPositionInfo |
Detailed Description
Class for getting a TCourse from the location server.
Member Attribute Documentation
Constructor & Destructor Documentation
TPositionCourseInfo ( )
IMPORT_C | TPositionCourseInfo | ( | ) | |
Default constructor. Sets the class type and class size in the base class (TPositionInfoBase).
Member Function Documentation
GetCourse ( TCourse & )
IMPORT_C void | GetCourse | ( | TCourse & | aCourse | ) | const |
Gets the TCourse stored in this class
Parameter | Description | aCourse | The TCourse stored in this class is copied into aCourse. |
SetCourse ( const TCourse & )
IMPORT_C void | SetCourse | ( | const TCourse & | aCourse | ) | |
Sets the TCourse stored in this class
Parameter | Description | aCourse | The TCourse stored in this class is set to aCourse. |