ObjectMemoryGroupRemoteStateOfferer.cpp
Go to the documentation of this file.
2 
4 {
5  // DO NOT EDIT NEXT LINE
6  ObjectMemoryGroupRemoteStateOfferer::SubClassRegistry
10 
13  XMLRemoteStateOfferer<ObjectMemoryGroupStatechartContext>(reader)
14  {
15  }
16 
17  void
19  {
20  }
21 
22  void
24  {
25  }
26 
27  void
29  {
30  }
31 
32  // DO NOT EDIT NEXT FUNCTION
33  std::string
35  {
36  return "ObjectMemoryGroupRemoteStateOfferer";
37  }
38 
39  // DO NOT EDIT NEXT FUNCTION
42  {
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