Go to the documentation of this file.
34 const std::string prefix =
"mem.";
42 mdbMotions(iceAdapter()),
43 motionPrimitive(iceAdapter())
50 return "MotionMemory";
57 motionPrimitive.
init();
virtual void defineProperties(armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override
virtual void init() override
void setMemoryName(const std::string &memoryName)
void onInitComponent() override
Pure virtual hook for the subclass.
std::string getDefaultName() const override
virtual void init() override
void onConnectComponent() override
Pure virtual hook for the subclass.
void onExitComponent() override
Hook for subclass.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Default component property definition container.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
virtual void defineProperties(armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override
void onDisconnectComponent() override
Hook for subclass.
This file offers overloads of toIce() and fromIce() functions for STL container types.