26 if (!properties->hasDefinition(PROPERTY_NAME))
28 properties->defineOptionalProperty<std::string>(
29 PROPERTY_NAME,
"RobotUnitObserver",
"Name of the RobotUnitObserver");
36 return _robotUnitObserver;
54 return plugin->getRobotUnitObserver();
ManagedIceObject & parent()
PluginT * addPlugin(const std::string prefix="", ParamsT &&... params)
ObserverInterfacePrx getRobotUnitObserver()
RobotUnitObserverComponentPluginUser()
ObserverInterfacePrx getRobotUnitObserver()
void preOnInitComponent() override
void preOnConnectComponent() override
void postCreatePropertyDefinitions(PropertyDefinitionsPtr &properties) override
This file is part of ArmarX.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.