From fcff06c83fe6d8c0bcd864b9276b039fe6845f04 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 27 Feb 2021 14:09:44 +0100 Subject: [PATCH] some more details --- datapoollocal/HasLocalDataPoolIF.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datapoollocal/HasLocalDataPoolIF.h b/datapoollocal/HasLocalDataPoolIF.h index 3c31c5cd..49f2db7d 100644 --- a/datapoollocal/HasLocalDataPoolIF.h +++ b/datapoollocal/HasLocalDataPoolIF.h @@ -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(objects::SOME_OBJECT);