|
Returned by a call to RemoteHandleControlBlock::create. More...
#include <ArmarXCore/core/util/distributed/RemoteHandle/RemoteHandleControlBlock.h>
Public Attributes | |
ClientSideRemoteHandleControlBlockBasePtr | clientSideRemoteHandleControlBlock |
RemoteHandleControlBlockPtr | directHandle |
Returned by a call to RemoteHandleControlBlock::create.
It holds a direct handle to the controlblock (can be used to keep the RemoteHandleControlBlock alive (but not the managed object)) (this pointer may be deleted). And The ClientSideRemoteHandleControlBlock keeping the managed object alive. (send this to the client)
Definition at line 113 of file RemoteHandleControlBlock.h.
ClientSideRemoteHandleControlBlockBasePtr clientSideRemoteHandleControlBlock |
Definition at line 116 of file RemoteHandleControlBlock.h.
RemoteHandleControlBlockPtr directHandle |
Definition at line 115 of file RemoteHandleControlBlock.h.