InstantKill.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 Ternava ( fabian dot ternava 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/SimpleSkill.h
>
27
28
namespace
armarx::skills::provider
29
{
30
class
InstantKillSkill
:
public
SimpleSkill
31
{
32
public
:
33
InstantKillSkill
();
34
35
static
SkillDescription
GetSkillDescription
();
36
37
private
:
38
Skill::MainResult
main
(
const
MainInput
&)
final
;
39
};
40
}
// namespace armarx::skills::provider
armarx::skills::SkillDescription
Definition:
SkillDescription.h:18
armarx::skills::SimpleSkill::MainInput
Definition:
SimpleSkill.h:22
armarx::skills::provider::InstantKillSkill::InstantKillSkill
InstantKillSkill()
Definition:
InstantKill.cpp:11
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::SimpleSkill
Definition:
SimpleSkill.h:9
SimpleSkill.h
armarx::skills::SimpleSkill::main
MainResult main() final
Override this method with the actual implementation. The callback is for status updates to the callin...
Definition:
SimpleSkill.cpp:15
armarx::skills::provider::InstantKillSkill
Definition:
InstantKill.h:30
armarx::skills::provider::InstantKillSkill::GetSkillDescription
static SkillDescription GetSkillDescription()
Definition:
InstantKill.cpp:16
RobotAPI
components
skills
SkillProviderExample
InstantKill.h
Generated on Sat Oct 12 2024 09:14:06 for armarx_documentation by
1.8.17