ObjectMemoryGroupRemoteStateOfferer.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include "ObjectMemoryGroupStatechartContext.generated.h"
5 
7 {
9  virtual public XMLRemoteStateOfferer < ObjectMemoryGroupStatechartContext > // Change this statechart context if you need another context (dont forget to change in the constructor as well)
10  {
11  public:
13 
14  // inherited from RemoteStateOfferer
15  void onInitXMLRemoteStateOfferer() override;
16  void onConnectXMLRemoteStateOfferer() override;
17  void onExitXMLRemoteStateOfferer() override;
18 
19  // static functions for AbstractFactory Method
20  static std::string GetName();
22  static SubClassRegistry Registry;
23 
24 
25  };
26 }
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::onConnectXMLRemoteStateOfferer
void onConnectXMLRemoteStateOfferer() override
Definition: ObjectMemoryGroupRemoteStateOfferer.cpp:14
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::CreateInstance
static XMLStateOffererFactoryBasePtr CreateInstance(StatechartGroupXmlReaderPtr reader)
Definition: ObjectMemoryGroupRemoteStateOfferer.cpp:25
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::GetName
static std::string GetName()
Definition: ObjectMemoryGroupRemoteStateOfferer.cpp:19
IceInternal::Handle< XMLStateOffererFactoryBase >
armarx::StatechartGroupXmlReaderPtr
std::shared_ptr< StatechartGroupXmlReader > StatechartGroupXmlReaderPtr
Definition: GroupXmlReader.h:89
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer
Definition: ObjectMemoryGroupRemoteStateOfferer.h:8
armarx::XMLRemoteStateOfferer
Definition: XMLRemoteStateOfferer.h:51
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::Registry
static SubClassRegistry Registry
Definition: ObjectMemoryGroupRemoteStateOfferer.h:22
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::onExitXMLRemoteStateOfferer
void onExitXMLRemoteStateOfferer() override
Definition: ObjectMemoryGroupRemoteStateOfferer.cpp:16
armarx::ObjectMemoryGroup
Definition: ObjectMemoryGroupRemoteStateOfferer.cpp:3
XMLRemoteStateOfferer.h
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::onInitXMLRemoteStateOfferer
void onInitXMLRemoteStateOfferer() override
Definition: ObjectMemoryGroupRemoteStateOfferer.cpp:12
armarx::ObjectMemoryGroup::ObjectMemoryGroupRemoteStateOfferer::ObjectMemoryGroupRemoteStateOfferer
ObjectMemoryGroupRemoteStateOfferer(StatechartGroupXmlReaderPtr reader)
Definition: ObjectMemoryGroupRemoteStateOfferer.cpp:8