IceManager::ObjectEntry Struct Reference

#include <ArmarXCore/core/IceManagerImpl.h>

+ Inheritance diagram for IceManager::ObjectEntry:

Public Member Functions

 ObjectEntry ()
 

Public Attributes

bool active
 
Ice::ObjectAdapterPtr adapter
 
DependencyList dependencies
 
bool dependenciesResolved
 
Ice::Identity id
 
std::string name
 
TopicList offeredTopics
 
bool ownAdapter
 
Ice::ObjectPrx proxy
 
bool updated
 
TopicList usedTopics
 

Detailed Description

Definition at line 106 of file IceManagerImpl.h.

Constructor & Destructor Documentation

◆ ObjectEntry()

ObjectEntry ( )
inline

Definition at line 108 of file IceManagerImpl.h.

Member Data Documentation

◆ active

bool active

Definition at line 128 of file IceManagerImpl.h.

◆ adapter

Definition at line 122 of file IceManagerImpl.h.

◆ dependencies

DependencyList dependencies

Definition at line 125 of file IceManagerImpl.h.

◆ dependenciesResolved

bool dependenciesResolved

Definition at line 127 of file IceManagerImpl.h.

◆ id

Ice::Identity id

Definition at line 120 of file IceManagerImpl.h.

◆ name

std::string name

Definition at line 119 of file IceManagerImpl.h.

◆ offeredTopics

TopicList offeredTopics

Definition at line 124 of file IceManagerImpl.h.

◆ ownAdapter

bool ownAdapter

Definition at line 129 of file IceManagerImpl.h.

◆ proxy

Ice::ObjectPrx proxy

Definition at line 121 of file IceManagerImpl.h.

◆ updated

bool updated

Definition at line 126 of file IceManagerImpl.h.

◆ usedTopics

TopicList usedTopics

Definition at line 123 of file IceManagerImpl.h.


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