StatechartListenerComponentPlugin.cpp
Go to the documentation of this file.
2 
4 
5 namespace armarx::plugins
6 {
7  void
9  {
10  }
11 
12  void
14  {
15  }
16 
17  void
19  PropertyDefinitionsPtr& properties)
20  {
21  }
22 } // namespace armarx::plugins
23 
24 namespace armarx
25 {
27  {
28  addPlugin(plugin);
29  }
30 } // namespace armarx
StatechartListenerComponentPlugin.h
armarx::ManagedIceObject::addPlugin
PluginT * addPlugin(const std::string prefix="", ParamsT &&... params)
Definition: ManagedIceObject.h:186
armarx::plugins
This file is part of ArmarX.
Definition: DebugObserverComponentPlugin.cpp:27
armarx::StatechartListenerComponentPluginUser::StatechartListenerComponentPluginUser
StatechartListenerComponentPluginUser()
Definition: StatechartListenerComponentPlugin.cpp:26
armarx::plugins::StatechartListenerComponentPlugin::preOnConnectComponent
void preOnConnectComponent() override
Definition: StatechartListenerComponentPlugin.cpp:13
Component.h
armarx::plugins::StatechartListenerComponentPlugin::postCreatePropertyDefinitions
void postCreatePropertyDefinitions(PropertyDefinitionsPtr &properties) override
Definition: StatechartListenerComponentPlugin.cpp:18
IceUtil::Handle< class PropertyDefinitionContainer >
armarx::plugins::StatechartListenerComponentPlugin::preOnInitComponent
void preOnInitComponent() override
Definition: StatechartListenerComponentPlugin.cpp:8
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:27