25#include <SimoxUtility/algorithm/string.h>
43 const std::string prefix =
"mem.";
44 defs->optional(memoryName, prefix +
"MemoryName",
"Name of this memory (server).");
45 mdbMotions.defineProperties(defs, prefix +
"mdb.");
50 mdbMotions(
armem::server::ComponentPluginUser::iceMemory,
51 armem::server::ComponentPluginUser::workingMemoryMutex)
58 return "MotionMemory";
#define ARMARX_REGISTER_COMPONENT_EXECUTABLE(ComponentT, applicationName)
Default component property definition container.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
void onInitComponent() override
Pure virtual hook for the subclass.
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
server::ltm::Memory & longtermMemory()
server::wm::Memory & workingMemory()
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.