|
||
class TPositionCourseInfo : public TPositionInfo;
Class for getting a TCourse
from the location server.
TPositionClassTypeBase
- The base class for classes used to store position information
TPositionInfoBase
- This class provides the interface used by RPositioner to get a location fix, and...
TPositionInfo
- Standard class for getting a TPosition location fix from the location server.
TPositionCourseInfo
- Class for getting a TCourse from the location server.
Defined in TPositionCourseInfo
:
GetCourse(TCourse &)const
Gets the TCourse stored in this class SetCourse(const TCourse &)
Sets the TCourse stored in this class TPositionCourseInfo()
Default constructor. Sets the class type and class size in the base class (TPosi...iCourse
The TCourse. Inherited from TPositionClassTypeBase
:
PositionClassSize()const
PositionClassSize PositionClassType()const
PositionClassTypeType iPosClassSize
The size of the derived class iPosClassType
The type of the derived class Inherited from TPositionInfo
:
GetPosition(TPosition &)const
Gets the TPosition stored in this class SetPosition(const TPosition &)
Sets the TPosition stored in this class iPosition
The TPosition. Inherited from TPositionInfoBase
:
ModuleId()const
Returns the module Id of the module that gave the position fix PositionMode()const
see TPositionModuleInfo::TTechnologyType
PositionModeReason()const
see PositionMode see _TPositionModeReasonSetModuleId(TPositionModuleId)
Sets the Module Id stored in this class SetPositionModeReason(TPositionModeReason)
see TPositionModuleInfo::TTechnologyType
SetUpdateType(TPositionUpdateType)
Sets The update type of the position fix in this class UpdateType()const
Returns the update type of the position fix. iModuleId
The Id of the module that gave the location fix. iPositionMode
The positioning mode used to calculate this location fix. iPositionModeReason
The reason why the prefered position mode was not used. iUpdateType
The type of update that this location fix represents. IMPORT_C TPositionCourseInfo();
Default constructor. Sets the class type and class size in the base class (TPositionInfoBase
).
IMPORT_C void GetCourse(TCourse &aCourse) const;
Gets the TCourse
stored in this class
|