ListeningPlugin.h
Go to the documentation of this file.
1#pragma once
2
4
6{
7
8 /**
9 * @brief Subscribes the memory updates topic.
10 *
11 * When using this plugin, the component needs to implement the
12 * `MemoryListenerInterface`.
13 *
14 * @see MemoryListenerInterface
15 */
17 {
18 public:
19 using ComponentPlugin::ComponentPlugin;
20 virtual ~ListeningPlugin() override;
21
22 virtual void
24 };
25
26} // namespace armarx::armem::client::plugins
Subscribes the memory updates topic.
virtual void postCreatePropertyDefinitions(armarx::PropertyDefinitionsPtr &properties) override
This file is part of ArmarX.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.