|
#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 132 of file RemoteStateOfferer.h.
std::string callerIceName |
Not used yet.
Definition at line 137 of file RemoteStateOfferer.h.
RemoteStateIceBasePrx callerStatePrx |
Proxy to the state, that called this state.
Definition at line 139 of file RemoteStateOfferer.h.
int id |
Local id of this RemoteStateOfferer, that identifies the state instance in the stateInstanceList.
Definition at line 135 of file RemoteStateOfferer.h.
RemoteStateWrapperPtr remoteWrappedState |
Pointer to a Pseudo parent state, that contains the real state instance.
Definition at line 141 of file RemoteStateOfferer.h.