Go to the documentation of this file.
26 #include <MemoryX/interface/observers/WorldStateObserver.h>
40 defineOptionalProperty<std::string>(
"WorldStateObserverName",
"WorldStateObserver",
"Name of the WorldStateObserver proxy");
45 public memoryx::WorldStateUpdaterInterface,
56 void requestUpdate(
const WorldStateObserverInterfacePrx& observer,
const Ice::Current&
c = Ice::emptyCurrent)
override;
void requestUpdate(const WorldStateObserverInterfacePrx &observer, const Ice::Current &c=Ice::emptyCurrent) override
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
void onConnectComponent() override
Pure virtual hook for the subclass.
void setObserver(const WorldStateObserverInterfacePrx &worldStateObserver, const Ice::Current &) override
void onInitComponent() override
Pure virtual hook for the subclass.
WorldStateUpdaterPropertyDefinitions(std::string prefix)
virtual void onConnectWorldStateUpdater()=0
virtual void onInitWorldStateUpdater()=0
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Default component property definition container.
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
void requestUpdateOnRegisteredObserver(const Ice::Current &) override
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
WorldStateObserverInterfacePrx worldStateObserver
This file offers overloads of toIce() and fromIce() functions for STL container types.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override