9#include <ArmarXCore/interface/core/Profiler.h>
12#include <RobotAPI/interface/skills/SkillManagerInterface.h>
13#include <RobotAPI/interface/skills/SkillProviderInterface.h>
42 const std::string& memoryName,
Helps connecting a Memory server to the Ice interface.
A memory storing data on the hard drive and in mongodb (needs 'armarx memory start' to start the mong...
A base class for core segments.
MemoryToIceAdapter & iceMemory
std::size_t clearAndConsolidate(armem::server::ltm::Memory <m, const std::string &memoryName, bool &consolidated)
Clear all snapshots from the working memory of this core segment, consolidating them into ltm first i...
skills::SkillExecutionRequest convertCommit(const aron::data::dto::DictPtr &commitData)
static constexpr const char * CoreSegmentName
SkillExecutionRequestCoreSegment(armem::server::MemoryToIceAdapter &iceMemory)
void defineProperties(PropertyDefinitionsPtr defs, const std::string &prefix)
void addSkillExecutionRequest(const skills::SkillExecutionRequest &info)
::IceInternal::Handle< Dict > DictPtr
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.