Recursive.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 Andre Meixner ( andre dot meixner at kit dot edu )
18
* @date 2024
19
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt
20
* GNU General Public License
21
*/
22
23
#pragma once
24
25
// RobotAPI
26
#include <
RobotAPI/libraries/skills/provider/SimpleSpecializedSkill.h
>
27
28
#include <RobotAPI/components/skills/SkillProviderExample/aron/RecursiveSkillParams.aron.generated.h>
29
30
namespace
armarx::skills::provider
31
{
32
class
RecursiveSkill
:
public
SimpleSpecializedSkill
<skills::Example::RecursiveSkillParams>
33
{
34
public
:
35
RecursiveSkill
();
36
37
static
SkillDescription
GetSkillDescription
();
38
39
private
:
40
Skill::MainResult
main
(
const
SpecializedMainInput&)
final
;
41
};
42
}
// namespace armarx::skills::provider
armarx::skills::provider::RecursiveSkill::RecursiveSkill
RecursiveSkill()
Definition:
Recursive.cpp:8
armarx::skills::SkillDescription
Definition:
SkillDescription.h:18
armarx::skills::provider::RecursiveSkill
Definition:
Recursive.h:32
SimpleSpecializedSkill.h
armarx::skills::provider::RecursiveSkill::GetSkillDescription
static SkillDescription GetSkillDescription()
Definition:
Recursive.cpp:13
armarx::skills::SimpleSpecializedSkill
Definition:
SimpleSpecializedSkill.h:10
armarx::skills::provider
Definition:
BusyWaiting.cpp:6
armarx::skills::Skill::MainResult
A result struct for th main method of a skill.
Definition:
Skill.h:48
armarx::skills::SimpleSpecializedSkill< skills::Example::RecursiveSkillParams >::main
Skill::MainResult main() final
Definition:
SimpleSpecializedSkill.h:71
RobotAPI
components
skills
SkillProviderExample
Recursive.h
Generated on Sat Oct 12 2024 09:14:06 for armarx_documentation by
1.8.17