ListeningPlugin.cpp
Go to the documentation of this file.
1#include "ListeningPlugin.h"
2
4
5#include <RobotAPI/interface/armem/client/MemoryListenerInterface.h>
6
8{
9
13
14 void
16 {
17 // This is now done by the client::util::MemoryListener class on subscription of a memory ID.
18 // Subscribe topics by single servers, use this as a prefix.
19 // properties->topic<MemoryListenerInterface>("MemoryUpdates");
20 }
21
22} // namespace armarx::armem::client::plugins
virtual void postCreatePropertyDefinitions(armarx::PropertyDefinitionsPtr &properties) override
This file is part of ArmarX.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.