|
||
class TPositionInfo : public TPositionInfoBase;
Standard class for getting a TPosition
location fix 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.
Defined in TPositionInfo
:
GetPosition(TPosition &)const
Gets the TPosition stored in this class SetPosition(const TPosition &)
Sets the TPosition stored in this class TPositionInfo()
Default constructor. Sets the class type and class size in the base class (TPosi...iPosition
The TPosition. 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 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 TPositionInfo();
Default constructor. Sets the class type and class size in the base class (TPositionInfoBase
).
IMPORT_C void GetPosition(TPosition &aPosition) const;
Gets the TPosition
stored in this class
|