ObjectMemoryGroupRemoteStateOfferer.cpp
Go to the documentation of this file.
1
#include "
ObjectMemoryGroupRemoteStateOfferer.h
"
2
3
namespace
armarx::ObjectMemoryGroup
4
{
5
// DO NOT EDIT NEXT LINE
6
ObjectMemoryGroupRemoteStateOfferer::SubClassRegistry
7
ObjectMemoryGroupRemoteStateOfferer::Registry
(
8
ObjectMemoryGroupRemoteStateOfferer::GetName
(),
9
&
ObjectMemoryGroupRemoteStateOfferer::CreateInstance
);
10
11
ObjectMemoryGroupRemoteStateOfferer::ObjectMemoryGroupRemoteStateOfferer
(
12
StatechartGroupXmlReaderPtr
reader) :
13
XMLRemoteStateOfferer
<ObjectMemoryGroupStatechartContext>(reader)
14
{
15
}
16
17
void
18
ObjectMemoryGroupRemoteStateOfferer::onInitXMLRemoteStateOfferer
()
19
{
20
}
21
22
void
23
ObjectMemoryGroupRemoteStateOfferer::onConnectXMLRemoteStateOfferer
()
24
{
25
}
26
27
void
28
ObjectMemoryGroupRemoteStateOfferer::onExitXMLRemoteStateOfferer
()
29
{
30
}
31
32
// DO NOT EDIT NEXT FUNCTION
33
std::string
34
ObjectMemoryGroupRemoteStateOfferer::GetName
()
35
{
36
return
"ObjectMemoryGroupRemoteStateOfferer"
;
37
}
38
39
// DO NOT EDIT NEXT FUNCTION
40
XMLStateOffererFactoryBasePtr
41
ObjectMemoryGroupRemoteStateOfferer::CreateInstance
(
StatechartGroupXmlReaderPtr
reader)
42
{
43
return
XMLStateOffererFactoryBasePtr
(
new
ObjectMemoryGroupRemoteStateOfferer
(reader));
44
}
45
}
// namespace armarx::ObjectMemoryGroup
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::onConnectXMLRemoteStateOfferer
void onConnectXMLRemoteStateOfferer() override
Definition:
ObjectMemoryGroupRemoteStateOfferer.cpp:23
armarx::XMLStateOffererFactoryBasePtr
IceInternal::Handle< XMLStateOffererFactoryBase > XMLStateOffererFactoryBasePtr
Definition:
XMLRemoteStateOfferer.h:40
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::CreateInstance
static XMLStateOffererFactoryBasePtr CreateInstance(StatechartGroupXmlReaderPtr reader)
Definition:
ObjectMemoryGroupRemoteStateOfferer.cpp:41
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::GetName
static std::string GetName()
Definition:
ObjectMemoryGroupRemoteStateOfferer.cpp:34
IceInternal::Handle< XMLStateOffererFactoryBase >
armarx::StatechartGroupXmlReaderPtr
std::shared_ptr< StatechartGroupXmlReader > StatechartGroupXmlReaderPtr
Definition:
GroupXmlReader.h:94
armarx::XMLRemoteStateOfferer
Definition:
XMLRemoteStateOfferer.h:51
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::Registry
static SubClassRegistry Registry
Definition:
ObjectMemoryGroupRemoteStateOfferer.h:24
ObjectMemoryGroupRemoteStateOfferer.h
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::onExitXMLRemoteStateOfferer
void onExitXMLRemoteStateOfferer() override
Definition:
ObjectMemoryGroupRemoteStateOfferer.cpp:28
armarx::ObjectMemoryGroup
Definition:
ObjectMemoryGroupRemoteStateOfferer.cpp:3
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::onInitXMLRemoteStateOfferer
void onInitXMLRemoteStateOfferer() override
Definition:
ObjectMemoryGroupRemoteStateOfferer.cpp:18
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::ObjectMemoryGroupRemoteStateOfferer
ObjectMemoryGroupRemoteStateOfferer(StatechartGroupXmlReaderPtr reader)
Definition:
ObjectMemoryGroupRemoteStateOfferer.cpp:11
RobotAPI
statecharts
ObjectMemoryGroup
ObjectMemoryGroupRemoteStateOfferer.cpp
Generated on Sat Mar 29 2025 09:17:32 for armarx_documentation by
1.8.17