Home Previous Up Next Index

armarx::ComponentParameter

Overview

struct ComponentParameter

@brief Contains the parameters used to create a component.

Used By

RemoteObjectNodeInterface::createPersistentComponent
RemoteObjectNodeInterface::createRemoteHandledComponent

Data Member Index

prop
configName
configDomain

Data Members

::Ice::PropertyDict prop;
string configName;
string configDomain;

Home Previous Up Next Index