MotionAndPlatformControlGroupRemoteStateOfferer.cpp
Go to the documentation of this file.
1
/*
2
* This file is part of ArmarX.
3
*
4
* ArmarX is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation.
7
*
8
* ArmarX is distributed in the hope that it will be useful, but
9
* WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15
*
16
* @package RobotSkillTemplates::MotionAndPlatformControlGroup::MotionAndPlatformControlGroupRemoteStateOfferer
17
* @author Raphael Grimm ( raphael dot grimm at kit dot edu )
18
* @date 2016
19
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt
20
* GNU General Public License
21
*/
22
23
#include "
MotionAndPlatformControlGroupRemoteStateOfferer.h
"
24
25
using namespace
armarx
;
26
using namespace
MotionAndPlatformControlGroup;
27
28
// DO NOT EDIT NEXT LINE
29
MotionAndPlatformControlGroupRemoteStateOfferer::SubClassRegistry
MotionAndPlatformControlGroupRemoteStateOfferer::Registry
(
MotionAndPlatformControlGroupRemoteStateOfferer::GetName
(), &
MotionAndPlatformControlGroupRemoteStateOfferer::CreateInstance
);
30
31
32
33
MotionAndPlatformControlGroupRemoteStateOfferer::MotionAndPlatformControlGroupRemoteStateOfferer
(
StatechartGroupXmlReaderPtr
reader) :
34
XMLRemoteStateOfferer
< MotionAndPlatformControlGroupStatechartContext > (reader)
35
{
36
}
37
38
void
MotionAndPlatformControlGroupRemoteStateOfferer::onInitXMLRemoteStateOfferer
()
39
{
40
41
}
42
43
void
MotionAndPlatformControlGroupRemoteStateOfferer::onConnectXMLRemoteStateOfferer
()
44
{
45
46
}
47
48
void
MotionAndPlatformControlGroupRemoteStateOfferer::onExitXMLRemoteStateOfferer
()
49
{
50
51
}
52
53
// DO NOT EDIT NEXT FUNCTION
54
std::string
MotionAndPlatformControlGroupRemoteStateOfferer::GetName
()
55
{
56
return
"MotionAndPlatformControlGroupRemoteStateOfferer"
;
57
}
58
59
// DO NOT EDIT NEXT FUNCTION
60
XMLStateOffererFactoryBasePtr
MotionAndPlatformControlGroupRemoteStateOfferer::CreateInstance
(
StatechartGroupXmlReaderPtr
reader)
61
{
62
return
XMLStateOffererFactoryBasePtr
(
new
MotionAndPlatformControlGroupRemoteStateOfferer
(reader));
63
}
64
65
66
armarx::MotionAndPlatformControlGroup::MotionAndPlatformControlGroupRemoteStateOfferer::GetName
static std::string GetName()
Definition:
MotionAndPlatformControlGroupRemoteStateOfferer.cpp:54
armarx::XMLStateOffererFactoryBasePtr
IceInternal::Handle< XMLStateOffererFactoryBase > XMLStateOffererFactoryBasePtr
Definition:
XMLRemoteStateOfferer.h:42
armarx::MotionAndPlatformControlGroup::MotionAndPlatformControlGroupRemoteStateOfferer::Registry
static SubClassRegistry Registry
Definition:
MotionAndPlatformControlGroupRemoteStateOfferer.h:44
IceInternal::Handle< XMLStateOffererFactoryBase >
armarx::StatechartGroupXmlReaderPtr
std::shared_ptr< StatechartGroupXmlReader > StatechartGroupXmlReaderPtr
Definition:
GroupXmlReader.h:89
armarx::XMLRemoteStateOfferer
Definition:
XMLRemoteStateOfferer.h:51
armarx::MotionAndPlatformControlGroup::MotionAndPlatformControlGroupRemoteStateOfferer::onExitXMLRemoteStateOfferer
void onExitXMLRemoteStateOfferer() override
Definition:
MotionAndPlatformControlGroupRemoteStateOfferer.cpp:48
armarx::MotionAndPlatformControlGroup::MotionAndPlatformControlGroupRemoteStateOfferer::CreateInstance
static XMLStateOffererFactoryBasePtr CreateInstance(StatechartGroupXmlReaderPtr reader)
Definition:
MotionAndPlatformControlGroupRemoteStateOfferer.cpp:60
armarx::MotionAndPlatformControlGroup::MotionAndPlatformControlGroupRemoteStateOfferer::onInitXMLRemoteStateOfferer
void onInitXMLRemoteStateOfferer() override
Definition:
MotionAndPlatformControlGroupRemoteStateOfferer.cpp:38
armarx::MotionAndPlatformControlGroup::MotionAndPlatformControlGroupRemoteStateOfferer::MotionAndPlatformControlGroupRemoteStateOfferer
MotionAndPlatformControlGroupRemoteStateOfferer(StatechartGroupXmlReaderPtr reader)
Definition:
MotionAndPlatformControlGroupRemoteStateOfferer.cpp:33
MotionAndPlatformControlGroupRemoteStateOfferer.h
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:28
armarx::MotionAndPlatformControlGroup::MotionAndPlatformControlGroupRemoteStateOfferer::onConnectXMLRemoteStateOfferer
void onConnectXMLRemoteStateOfferer() override
Definition:
MotionAndPlatformControlGroupRemoteStateOfferer.cpp:43
RobotSkillTemplates
statecharts
MotionAndPlatformControlGroup
MotionAndPlatformControlGroupRemoteStateOfferer.cpp
Generated on Sat Oct 12 2024 09:14:13 for armarx_documentation by
1.8.17