TPositionUpdateOptions Class Reference

class TPositionUpdateOptions : public TPositionUpdateOptionsBase

The normal class for storing position update options

Inherits from

Constructor & Destructor Documentation

TPositionUpdateOptions()

IMPORT_CTPositionUpdateOptions()

Default constructor for TPositionUpdateOptions

TPositionUpdateOptions(TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds, TBool)

IMPORT_CTPositionUpdateOptions(TTimeIntervalMicroSecondsaInterval,
TTimeIntervalMicroSecondsaTimeOut =  TTimeIntervalMicroSeconds(0),
TTimeIntervalMicroSecondsaMaxAge =  TTimeIntervalMicroSeconds(0),
TBoolaAcceptPartialUpdates = EFalse
)

Constructor for TPositionUpdateOptions. All parameters except aInterval have default values.

Parameters

TTimeIntervalMicroSeconds aIntervalThe update interval to be set.
TTimeIntervalMicroSeconds aTimeOut =  TTimeIntervalMicroSeconds(0)The update timeout to be set. Defaults to zero.
TTimeIntervalMicroSeconds aMaxAge =  TTimeIntervalMicroSeconds(0)The maximum update age to be set. Defaults to zero.
TBool aAcceptPartialUpdates = EFalseWhether partial updates will be accepted. Defaults to false.

Member Functions Documentation

AcceptPartialUpdates()

IMPORT_C TBoolAcceptPartialUpdates()const

Returns Whether partial updates will be accepted

SetAcceptPartialUpdates(TBool)

IMPORT_C voidSetAcceptPartialUpdates(TBoolaAcceptPartialUpdates)

Sets Whether partial updates will be accepted

Parameters

TBool aAcceptPartialUpdatesWhether partial updates will be accepted

Member Data Documentation

TBool iAcceptPartialUpdates

TBool iAcceptPartialUpdates[protected]

Whether partial updates are accepted

TUint8 iReserved

TUint8 iReserved[private]

Unused variable for future expansion.