29#include <VisionX/interface/components/AffordanceUpdateListener.h>
58 virtual public armarx::AffordanceUpdateListenerInterface
67 return "AffordanceUpdateListener";
AffordanceUpdateListenerPropertyDefinitions(std::string prefix)
void onInitComponent() override
void onDisconnectComponent() override
std::mutex affordancesMutex
void onConnectComponent() override
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
bool newAffordancesAvailable(const Ice::Current &c=Ice::emptyCurrent) override
void onExitComponent() override
std::string getDefaultName() const override
void reportNewAffordances(const Ice::Current &c=Ice::emptyCurrent) override
Default component property definition container.
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.