ucom Interface to a objects configuration.
More...
ucom Interface to a objects configuration.
Definition at line 23 of file configuration_intf.h.
◆ AttachConfiguration()
Attaches the given configuration and its properties as property tree item of this.
- Parameters
-
[in] | strName | name of the tree item. |
[in] | oAttachedConfiguration | configuration which properties are attached. |
- Returns
- Standard Result Code
- Deprecated:
- Attachments are deprecated, they suffer from issues with observers.
◆ DetachConfiguration()
virtual tResult DetachConfiguration |
( |
const char * |
strName | ) |
|
|
pure virtual |
Detaches a configuration with the specified name.
- Parameters
-
[in] | strName | name of the tree item. |
- Returns
- Standard Result Code
- Return values
-
ERR_NOT_FOUND | The tree item with strName was not found. |
- Deprecated:
- Attachments are deprecated, they suffer from issues with observers.
◆ GetProperties() [1/2]
◆ GetProperties() [2/2]
Gets the properties with read/write access.
- Parameters
-
[in,out] | pProperties | object_ptr to to the objects properties. |
- Returns
- Standard Result Code