TPositionCourseInfo Class Reference

class TPositionCourseInfo : public TPositionInfo

Class for getting a TCourse from the location server.

Constructor & Destructor Documentation

TPositionCourseInfo()

IMPORT_C TPositionCourseInfo ( )

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

Member Functions Documentation

GetCourse(TCourse &)

IMPORT_C void GetCourse ( TCourse & aCourse ) const

Gets the TCourse stored in this class

Parameters

TCourse & 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

Parameters

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

Member Data Documentation

TCourse iCourse

TCourse iCourse [protected]

The TCourse .