TPositionUpdateOptions Class Reference
| class TPositionUpdateOptions : public TPositionUpdateOptionsBase |
Detailed Description
The normal class for storing position update options
Member Attribute Documentation
iAcceptPartialUpdates
|
TBool
| iAcceptPartialUpdates | [protected] |
Whether partial updates are accepted
Constructor & Destructor Documentation
TPositionUpdateOptions ( )
| IMPORT_C | TPositionUpdateOptions | ( | ) | |
TPositionUpdateOptions ( TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds, TBool )
| Parameter | Description | | 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. |
Member Function Documentation
AcceptPartialUpdates ( )
| IMPORT_C TBool | AcceptPartialUpdates | ( | ) | const |
Returns Whether partial updates will be accepted
Returns: ETrue if partial updates are accepted, EFalse otherwise
SetAcceptPartialUpdates ( TBool )
| IMPORT_C void | SetAcceptPartialUpdates | ( | TBool | aAcceptPartialUpdates | ) | |
Sets Whether partial updates will be accepted
| Parameter | Description | | aAcceptPartialUpdates | Whether partial updates will be accepted |