TPositionUpdateOptionsBase Class Reference
class TPositionUpdateOptionsBase : public TPositionClassTypeBase |
Inherits from
- TPositionUpdateOptionsBase
Detailed Description
The base class for classes storing position update options
Member Attribute Documentation
Constructor & Destructor Documentation
TPositionUpdateOptionsBase ( )
IMPORT_C | TPositionUpdateOptionsBase | ( | ) | [protected] |
TPositionUpdateOptionsBase ( TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds, TTimeIntervalMicroSeconds )
Constructor for TPositionUpdateOptionsBase. All parameters except aInterval have default values.
-
panic
- "LocationClient EPositionBadTime" if aInterval, aMaxAge or aTimeOut is negative.
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. |
Member Function Documentation
MaxUpdateAge ( )
Returns the maximum update age
Returns: The maximum update age
SetMaxUpdateAge ( TTimeIntervalMicroSeconds )
sets the maximum update age
- panic
- "LocationClient EPositionBadTime" if aMaxAge is negative.
Parameter | Description | aMaxAge | The maximum update age to be set |
SetUpdateInterval ( TTimeIntervalMicroSeconds )
Sets update interval
- panic
- "LocationClient EPositionBadTime" if aInterval is negative.
Parameter | Description | aInterval | The update interval to be set |
SetUpdateTimeOut ( TTimeIntervalMicroSeconds )
Sets the update timeout
- panic
- "LocationClient EPositionBadTime" if aTimeOut is negative.
Parameter | Description | aTimeOut | The update timeout to be set |
UpdateInterval ( )
Returns the update interval
Returns: The update interval
UpdateTimeOut ( )
Returns the update timeout
Returns: The update timeout