|
||
class TPositionUpdateOptions : public TPositionUpdateOptionsBase;
The normal class for storing position update options
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()const
Returns Whether partial updates will be accepted SetAcceptPartialUpdates(TBool)
Sets Whether partial updates will be accepted TPositionUpdateOptions()
Default constructor for TPositionUpdateOptionsTPositionUpdateOptions(TTimeIntervalMicroSeconds,TTimeIntervalMicroSeconds,TTimeIntervalMicroSeconds,TBool)
Constructor for TPositionUpdateOptions. All parameters except aInterval have def...iAcceptPartialUpdates
Whether partial updates are accepted 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 TPositionUpdateOptionsBase
:
MaxUpdateAge()const
Returns the maximum update age SetMaxUpdateAge(TTimeIntervalMicroSeconds)
sets the maximum update age SetUpdateInterval(TTimeIntervalMicroSeconds)
Sets update interval SetUpdateTimeOut(TTimeIntervalMicroSeconds)
Sets the update timeout TPositionUpdateOptionsBase(TTimeIntervalMicroSeconds,TTimeIntervalMicroSeconds,TTimeIntervalMicroSeconds)
Constructor for TPositionUpdateOptionsBase. All parameters except aInterval have...UpdateInterval()const
Returns the update interval UpdateTimeOut()const
Returns the update timeout iMaxUpdateAge
The maximum update age iUpdateInterval
The update interval iUpdateTimeOut
The update timeout 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.
|
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