RemoteStateOffererBase::RemoteStateData Struct Reference

#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...
 

Detailed Description

A struct that holds meta data for a remoteaccessable state instances.

Definition at line 151 of file RemoteStateOfferer.h.

Member Data Documentation

◆ callerIceName

std::string callerIceName

Not used yet.

Definition at line 156 of file RemoteStateOfferer.h.

◆ callerStatePrx

RemoteStateIceBasePrx callerStatePrx

Proxy to the state, that called this state.

Definition at line 158 of file RemoteStateOfferer.h.

◆ id

int id

Local id of this RemoteStateOfferer, that identifies the state instance in the stateInstanceList.

Definition at line 154 of file RemoteStateOfferer.h.

◆ remoteWrappedState

RemoteStateWrapperPtr remoteWrappedState

Pointer to a Pseudo parent state, that contains the real state instance.

Definition at line 160 of file RemoteStateOfferer.h.


The documentation for this struct was generated from the following file: