Go to the documentation of this file.
27 #include <SimoxUtility/algorithm/string.h>
38 const std::string prefix =
"mem.";
39 defs->optional(memoryName, prefix +
"MemoryName",
"Name of this memory (server).");
40 mdbMotions.defineProperties(defs, prefix +
"mdb.");
53 return "MotionMemory";
void onExitComponent() override
Hook for subclass.
void onInitComponent() override
Pure virtual hook for the subclass.
server::wm::Memory & workingMemory()
void onConnectComponent() override
Pure virtual hook for the subclass.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
plugins::ListeningPluginUser ComponentPluginUser
Default component property definition container.
std::string getDefaultName() const override
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
server::ltm::Memory & longtermMemory()
This file offers overloads of toIce() and fromIce() functions for STL container types.