TPositionCourseInfo Class Reference

class TPositionCourseInfo : public TPositionInfo

Class for getting a TCourse from the location server.

Constructor & Destructor Documentation

TPositionCourseInfo()

IMPORT_CTPositionCourseInfo()

Default constructor. Sets the class type and class size in the base class (TPositionInfoBase).

Member Functions Documentation

GetCourse(TCourse &)

IMPORT_C voidGetCourse(TCourse &aCourse)const

Gets the TCourse stored in this class

Parameters

TCourse & aCourseThe TCourse stored in this class is copied into aCourse.

SetCourse(const TCourse &)

IMPORT_C voidSetCourse(const TCourse &aCourse)

Sets the TCourse stored in this class

Parameters

const TCourse & aCourseThe TCourse stored in this class is set to aCourse.

Member Data Documentation

TCourse iCourse

TCourse iCourse[protected]

The TCourse.