TPositionCourseInfo Class Reference

#include <lbspositioninfo.h>

Link against: lbs.lib

class TPositionCourseInfo : public TPositionInfo

Detailed Description

Class for getting a TCourse from the location server.

Member Attribute Documentation

iCourse

TCourse iCourse[protected]

The TCourse.

Constructor & Destructor Documentation

TPositionCourseInfo ( )

IMPORT_CTPositionCourseInfo()

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

Member Function Documentation

GetCourse ( TCourse & )

IMPORT_C voidGetCourse(TCourse &aCourse)const

Gets the TCourse stored in this class

ParameterDescription
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

ParameterDescription
aCourseThe TCourse stored in this class is set to aCourse.