|
|
|
|
Location:
LbsCommon.h
Link against: lbsselflocate.lib
class TPositionUpdateOptions : public TPositionUpdateOptionsBase;
The normal class for storing position update options. It extends TPositionUpdateOptionsBase, adding methods to allow the option of returning partial updates of data to be specified.
TPositionClassTypeBase - The base class for classes used to store position information
TPositionUpdateOptionsBase - The base class for classes storing position update options
TPositionUpdateOptions - The normal class for storing position update options
Defined in TPositionUpdateOptions:
AcceptPartialUpdates(), SetAcceptPartialUpdates(), TPositionUpdateOptions(), TPositionUpdateOptions(), iAcceptPartialUpdates
Inherited from TPositionClassTypeBase:
PositionClassSize(),
PositionClassType(),
iPosClassSize,
iPosClassType
Inherited from TPositionUpdateOptionsBase:
MaxUpdateAge(),
SetMaxUpdateAge(),
SetUpdateInterval(),
SetUpdateTimeOut(),
UpdateInterval(),
UpdateTimeOut(),
iMaxUpdateAge,
iUpdateInterval,
iUpdateTimeOut
IMPORT_C TPositionUpdateOptions(TTimeIntervalMicroSeconds aInterval, TTimeIntervalMicroSeconds aTimeOut=TTimeIntervalMicroSeconds(0),
TTimeIntervalMicroSeconds aMaxAge=TTimeIntervalMicroSeconds(0), TBool aAcceptPartialUpdates=EFalse);
Constructor for TPositionUpdateOptions. All parameters except aInterval have default values.
|
IMPORT_C void SetAcceptPartialUpdates(TBool aAcceptPartialUpdates);
Sets Whether partial updates will be accepted
|
IMPORT_C TBool AcceptPartialUpdates() const;
Returns Whether partial updates will be accepted
|
protected: TBool iAcceptPartialUpdates;
Whether partial updates are accepted