#include <lbscommon.h>
Link against: lbs.lib
class TPositionUpdateOptions : public TPositionUpdateOptionsBase, public TPositionUpdateOptionsBase |
Protected Attributes | |
---|---|
TBool | iAcceptPartialUpdates |
Public Member Functions | |
---|---|
TPositionUpdateOptions() | |
TPositionUpdateOptions(TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds, TBool) | |
IMPORT_C TBool | AcceptPartialUpdates() |
IMPORT_C void | SetAcceptPartialUpdates(TBool) |
The normal class for storing position update options
IMPORT_C | TPositionUpdateOptions | ( | ) |
Default constructor for TPositionUpdateOptions
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.
Parameters | |
---|---|
aInterval | The update interval to be set. |
aTimeOut | The update timeout to be set. Defaults to zero. |
aMaxAge | The maximum update age to be set. Defaults to zero. |
aAcceptPartialUpdates | Whether partial updates will be accepted. Defaults to false. |
IMPORT_C TBool | AcceptPartialUpdates | ( | ) | const |
Returns Whether partial updates will be accepted
IMPORT_C void | SetAcceptPartialUpdates | ( | TBool | aAcceptPartialUpdates | ) |
Sets Whether partial updates will be accepted
Parameters | |
---|---|
aAcceptPartialUpdates | Whether partial updates will be accepted |