SkillProviderExample.h
Go to the documentation of this file.
1
2
/*
3
* This file is part of ArmarX.
4
*
5
* ArmarX is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2 as
7
* published by the Free Software Foundation.
8
*
9
* ArmarX is distributed in the hope that it will be useful, but
10
* WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
*
17
* @author Fabian Reister ( fabian dot reister at kit dot edu )
18
* @date 2021
19
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt
20
* GNU General Public License
21
*/
22
23
#pragma once
24
25
26
// ArmarX
27
#include <
ArmarXCore/core/Component.h
>
28
29
// RobotAPI
30
#include <
RobotAPI/libraries/skills/provider/SkillProviderComponentPlugin.h
>
31
32
#include "
BusyWaiting.h
"
33
#include "
Callback.h
"
34
#include "
Chaining.h
"
35
#include "
ChainingAsync.h
"
36
#include "
HelloWorld.h
"
37
#include "
Incomplete.h
"
38
#include "
RandomExitStatus.h
"
39
#include "
InstantKill.h
"
40
#include "
RandomChaining.h
"
41
#include "
Recursive.h
"
42
#include "
Segfault.h
"
43
#include "
Sleep.h
"
44
#include "
Timeout.h
"
45
46
namespace
armarx::skills::provider
47
{
48
/**
49
* @defgroup Component-ExampleClient ExampleClient
50
* @ingroup RobotAPI-Components
51
* A description of the component ExampleClient.
52
*
53
* @class ExampleClient
54
* @ingroup Component-ExampleClient
55
* @brief Brief description of class ExampleClient.
56
*
57
* Detailed description of class ExampleClient.
58
*/
59
class
SkillProviderExample
:
60
virtual
public
armarx::Component
,
61
virtual
public
SkillProviderComponentPluginUser
62
{
63
public
:
64
SkillProviderExample
();
65
66
/// @see armarx::ManagedIceObject::getDefaultName()
67
std::string
getDefaultName
()
const override
;
68
69
protected
:
70
armarx::PropertyDefinitionsPtr
createPropertyDefinitions
()
override
;
71
72
void
onInitComponent
()
override
;
73
void
onConnectComponent
()
override
;
74
void
onDisconnectComponent
()
override
;
75
void
onExitComponent
()
override
;
76
77
private
:
78
};
79
}
// namespace armarx::skills::provider
BusyWaiting.h
Sleep.h
RandomExitStatus.h
SkillProviderComponentPlugin.h
InstantKill.h
armarx::skills::provider::SkillProviderExample
Definition:
SkillProviderExample.h:59
armarx::skills::provider::SkillProviderExample::SkillProviderExample
SkillProviderExample()
Definition:
SkillProviderExample.cpp:6
ChainingAsync.h
HelloWorld.h
Recursive.h
Callback.h
armarx::SkillProviderComponentPluginUser
Definition:
SkillProviderComponentPlugin.h:109
armarx::skills::provider::SkillProviderExample::onInitComponent
void onInitComponent() override
Pure virtual hook for the subclass.
Definition:
SkillProviderExample.cpp:25
Incomplete.h
armarx::skills::provider::SkillProviderExample::onConnectComponent
void onConnectComponent() override
Pure virtual hook for the subclass.
Definition:
SkillProviderExample.cpp:94
Segfault.h
armarx::skills::provider::SkillProviderExample::createPropertyDefinitions
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
Definition:
SkillProviderExample.cpp:11
armarx::skills::provider
Definition:
BusyWaiting.cpp:6
Component.h
armarx::Component
Baseclass for all ArmarX ManagedIceObjects requiring properties.
Definition:
Component.h:91
armarx::skills::provider::SkillProviderExample::onExitComponent
void onExitComponent() override
Hook for subclass.
Definition:
SkillProviderExample.cpp:104
Timeout.h
RandomChaining.h
IceUtil::Handle< class PropertyDefinitionContainer >
armarx::skills::provider::SkillProviderExample::onDisconnectComponent
void onDisconnectComponent() override
Hook for subclass.
Definition:
SkillProviderExample.cpp:99
armarx::skills::provider::SkillProviderExample::getDefaultName
std::string getDefaultName() const override
Definition:
SkillProviderExample.cpp:19
Chaining.h
RobotAPI
components
skills
SkillProviderExample
SkillProviderExample.h
Generated on Sat Mar 29 2025 09:17:26 for armarx_documentation by
1.8.17