28#include <MemoryX/interface/components/WorkingMemoryInterface.h>
29#include <MemoryX/interface/workingmemory/WorkingMemoryUpdaterBase.h>
46 "WorkingMemoryName",
"WorkingMemory",
"Name of the Working Memory to be used");
63 virtual public memoryx::ObjectLocalizerInterface
99 memoryx::ObjectLocalizationResultList
101 const Ice::Current&)
override;
104 memoryx::WorkingMemoryInterfacePrx
wm;
Default component property definition container.
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
Baseclass for all ArmarX ManagedIceObjects requiring properties.
FakeWorkingMemoryObjectLocalizerPropertyDefinitions(std::string prefix)
Brief description of class FakeWorkingMemoryObjectLocalizer.
void onInitComponent() override
void onDisconnectComponent() override
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
void onExitComponent() override
std::string getDefaultName() const override
memoryx::ObjectLocalizationResultList localizeObjectClasses(const memoryx::ObjectClassNameList &objectClassNames, const Ice::Current &) override
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)
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.