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 
11  {
12  }
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
armarx::armem::client::plugins::ListeningPlugin::~ListeningPlugin
virtual ~ListeningPlugin() override
Definition: ListeningPlugin.cpp:10
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:23
ListeningPlugin.h