some more details

This commit is contained in:
Robin Müller 2021-02-27 14:09:44 +01:00
parent ea6ee7e79c
commit fcff06c83f
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ class LocalPoolObjectBase;
* to a pool manager can be uniqely identified by a global structure ID (sid_t).
*
* All software objects which want to use the local pool of another object shall also use this
* interface, for example to get a handle to the subscription interface.
* interface, for example to get a handle to the subscription interface. The interface
* can be retrieved using the object manager, provided the target object is a SystemObject.
* For example, the following line of code can be used to retrieve the interface
*
* HasLocalDataPoolIF* poolIF = objectManager->get<HasLocalDataPoolIF>(objects::SOME_OBJECT);