ListeningPlugin.cpp
Go to the documentation of this file.
1
#include "
ListeningPlugin.h
"
2
3
#include <RobotAPI/interface/armem/client/MemoryListenerInterface.h>
4
5
#include <
ArmarXCore/core/application/properties/PropertyDefinitionContainer.h
>
6
7
8
namespace
armarx::armem::client::plugins
9
{
10
11
ListeningPlugin::~ListeningPlugin
()
12
{}
13
14
15
void
ListeningPlugin::postCreatePropertyDefinitions
(
armarx::PropertyDefinitionsPtr
& properties)
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
RobotAPI
libraries
armem
client
plugins
ListeningPlugin.cpp
Generated on Sat Oct 12 2024 09:14:07 for armarx_documentation by
1.8.17