TPositionUpdateOptions Class Reference

class TPositionUpdateOptions : public TPositionUpdateOptionsBase

The normal class for storing position update options

Inherits from

Constructor & Destructor Documentation

TPositionUpdateOptions()

IMPORT_C TPositionUpdateOptions ( )

Default constructor for TPositionUpdateOptions

TPositionUpdateOptions(TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds, TBool)

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

TTimeIntervalMicroSeconds aInterval The 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 = EFalse Whether partial updates will be accepted. Defaults to false.

Member Functions Documentation

AcceptPartialUpdates()

IMPORT_C TBool AcceptPartialUpdates ( ) const

Returns Whether partial updates will be accepted

SetAcceptPartialUpdates(TBool)

IMPORT_C void SetAcceptPartialUpdates ( TBool aAcceptPartialUpdates )

Sets Whether partial updates will be accepted

Parameters

TBool aAcceptPartialUpdates Whether 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.