Go to the documentation of this file.
33 const std::string prefix =
"mem.";
40 ramUsageCoreSegment(iceAdapter()),
41 cpuUsageCoreSegment(iceAdapter())
47 return "SystemStateMemory";
53 ramUsageCoreSegment.
init();
54 cpuUsageCoreSegment.
init();
void onExitComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void setMemoryName(const std::string &memoryName)
std::string getDefaultName() const override
void onDisconnectComponent() override
Hook for subclass.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Default component property definition container.
void defineProperties(armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override
void onInitComponent() override
Pure virtual hook for the subclass.
void defineProperties(armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override
This file offers overloads of toIce() and fromIce() functions for STL container types.
void onConnectComponent() override
Pure virtual hook for the subclass.