All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface CATICfgVariabilitySpace
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICfgVariabilitySpace
Interface to manage Variability Space object.
Role: A Variability Space Object is design to give direct access to
- Predifined Query
- Predifined Effectivity
- Categories and their associated specifications
Method Index
- o
GetConfigurableObject(CATIConfigurableObject_var&)
- Get the Variability Space Configurable.
- o
GetConfigurable(CATIConfigurable_var&)
- Get the Variability Space Configurable.
- o
GetName(CATUnicodeString&)
- Get the Variability Space name.
- o
GetStatus(CATUnicodeString&)
- Get the Variability Space Status.
Methods
o GetConfigurableObject
| public virtual GetConfigurableObject( | | out_Status) |
-
Get the Variability Space Configurable.
- Parameters:
-
- out_Configurable
- Configurable associated to the Variability Space
o GetConfigurable
| public virtual GetConfigurable( | | out_Configurable) |
-
Get the Variability Space Configurable.
- Parameters:
-
- out_Configurable
- Configurable associated to the Variability Space
o GetName
| public virtual GetName( | | out_Name) |
-
Get the Variability Space name.
- Parameters:
-
- out_Name
- Name of the Variability Space
o GetStatus
| public virtual GetStatus( | | out_Status) |
-
Get the Variability Space Status.
- Parameters:
-
- out_Name
- Status of the Variability Space
This object is included in the file: CATICfgVariabilitySpace.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces