ListeningPlugin.cpp
Go to the documentation of this file.
1 #include "ListeningPlugin.h"
2 
3 #include <RobotAPI/interface/armem/client/MemoryListenerInterface.h>
4 
6 
7 
9 {
10 
12  {}
13 
14 
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 }
armarx::armem::client::plugins::ListeningPlugin::~ListeningPlugin
virtual ~ListeningPlugin() override
Definition: ListeningPlugin.cpp:11
armarx::armem::client::plugins::ListeningPlugin::postCreatePropertyDefinitions
virtual void postCreatePropertyDefinitions(armarx::PropertyDefinitionsPtr &properties) override
Definition: ListeningPlugin.cpp:15
PropertyDefinitionContainer.h
IceUtil::Handle< class PropertyDefinitionContainer >
armarx::armem::client::plugins
This file is part of ArmarX.
Definition: forward_declarations.h:24
ListeningPlugin.h