28#include <MemoryX/interface/observers/WorldStateObserver.h>
41 "Name of the WorldStateObserver proxy");
46 public memoryx::WorldStateUpdaterInterface,
56 const Ice::Current&)
override;
58 void requestUpdate(
const WorldStateObserverInterfacePrx& observer,
59 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 getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
PropertyDefinition< PropertyType > & defineOptionalProperty(const std::string &name, PropertyType defaultValue, const std::string &description="", PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant)
void onInitComponent() override
Pure virtual hook for the subclass.
virtual void onConnectWorldStateUpdater()=0
void setObserver(const WorldStateObserverInterfacePrx &worldStateObserver, const Ice::Current &) override
WorldStateObserverInterfacePrx worldStateObserver
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
virtual void onInitWorldStateUpdater()=0
void requestUpdateOnRegisteredObserver(const Ice::Current &) override
void onConnectComponent() override
Pure virtual hook for the subclass.
void requestUpdate(const WorldStateObserverInterfacePrx &observer, const Ice::Current &c=Ice::emptyCurrent) override
WorldStateUpdaterPropertyDefinitions(std::string prefix)
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.