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