StatechartListenerComponentPlugin.cpp
Go to the documentation of this file.
1
#include "
StatechartListenerComponentPlugin.h
"
2
3
#include <
ArmarXCore/core/Component.h
>
4
5
namespace
armarx::plugins
6
{
7
void
8
StatechartListenerComponentPlugin::preOnInitComponent
()
9
{
10
}
11
12
void
13
StatechartListenerComponentPlugin::preOnConnectComponent
()
14
{
15
}
16
17
void
18
StatechartListenerComponentPlugin::postCreatePropertyDefinitions
(
19
PropertyDefinitionsPtr
& properties)
20
{
21
}
22
}
// namespace armarx::plugins
23
24
namespace
armarx
25
{
26
StatechartListenerComponentPluginUser::StatechartListenerComponentPluginUser
()
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
RobotAPI
libraries
armem_skills
server
StatechartListenerComponentPlugin.cpp
Generated on Sat Mar 29 2025 09:17:29 for armarx_documentation by
1.8.17