TPositionCriteriaBase Class Reference
class TPositionCriteriaBase : public TPositionClassTypeBase |
Detailed Description
The base class for classes used to store position module selection criteria information.
Member Attribute Documentation
iRequiredCaps
The capabilities a positioning module must have.
iRequiredQuality
The quality required of a positioning module.
iSelectionOrder
The priorities assigned to the various quality metrics.
Constructor & Destructor Documentation
TPositionCriteriaBase ( )
IMPORT_C | TPositionCriteriaBase | ( | ) | [protected] |
TPositionCriteriaBase ( TPositionModuleInfo::TCapabilities )
Constructor for TPositionCriteriaBase that specifies mandatory additional capabilities of the positioning module used to provide the application with position information.
Parameter | Description | aCapabilityMask | is a bit mask of values from the enumeration TPositionModuleInfo::_TCapabilities. Defaults to TPositionModuleInfo::ECapabilityHorizontal. |
Member Function Documentation
AddRequiredCapabilities ( TPositionModuleInfo::TCapabilities )
Specifies mandatory additional capabilities of the positioning module used to provide the application with position information.
Parameter | Description | aCapabilityMask | is a bit mask of values from the enumeration TPositionModuleInfo::_TCapabilities. |
ClearCriteria ( )
IMPORT_C void | ClearCriteria | ( | ) | |
Removes all criteria including the default values. This includes all required capabilities, all quality of position information and all selection ordering details. This is useful if horizontal position information is not required by the application.
ClearRequiredCapabilities ( )
IMPORT_C void | ClearRequiredCapabilities | ( | ) | |
Clears the mandatory additional capabilities of the positioning module used to provide the application with position information.
GetRequiredQuality ( TPositionQuality & )
Returns any currently specified quality limits.
Parameter | Description | aPosQuality | will be set to the required quality of positioning information. |
GetSelectionOrder ( TPositionSelectionOrder & )
Retrieves the current selection order that will be used by the positioning server in selecting a positioning module.
Parameter | Description | aSelectionOrder | will be set to the current selection ordering. |
RequiredCapabilities ( )
Returns the current set of required criteria including the default.
Returns: the current set of required criteria including the default.
ResetCriteria ( )
IMPORT_C void | ResetCriteria | ( | ) | |
Used to restore the criteria to the default values. This includes the required capabilities, quality of position information and selection ordering details.
SetRequiredQuality ( const TPositionQuality & )
Used to specify the mandatory upper bound for the quality of information that the application will accept.
Parameter | Description | aPosQuality | is the new required quality of positioning information. |
SetSelectionOrder ( const TPositionSelectionOrder & )
Sets the selection order to be used by the positioning server in selecting a positioning module.
Parameter | Description | aSelectionOrder | is the new selection ordering to be used. |