|
#include <ArmarXCore/statechart/RemoteStateOfferer.h>
Public Attributes | |
std::string | callerIceName |
Not used yet. More... | |
RemoteStateIceBasePrx | callerStatePrx |
Proxy to the state, that called this state. More... | |
int | id |
Local id of this RemoteStateOfferer, that identifies the state instance in the stateInstanceList. More... | |
RemoteStateWrapperPtr | remoteWrappedState |
Pointer to a Pseudo parent state, that contains the real state instance. More... | |
A struct that holds meta data for a remoteaccessable state instances.
Definition at line 151 of file RemoteStateOfferer.h.
std::string callerIceName |
Not used yet.
Definition at line 156 of file RemoteStateOfferer.h.
RemoteStateIceBasePrx callerStatePrx |
Proxy to the state, that called this state.
Definition at line 158 of file RemoteStateOfferer.h.
int id |
Local id of this RemoteStateOfferer, that identifies the state instance in the stateInstanceList.
Definition at line 154 of file RemoteStateOfferer.h.
RemoteStateWrapperPtr remoteWrappedState |
Pointer to a Pseudo parent state, that contains the real state instance.
Definition at line 160 of file RemoteStateOfferer.h.