|
#include <ArmarXCore/core/Component.h>
#include <ArmarXCore/core/system/ImportExportComponent.h>
#include <MemoryX/interface/components/LongtermMemoryInterface.h>
#include <MemoryX/interface/components/CommonStorageInterface.h>
#include <MemoryX/interface/components/PriorKnowledgeInterface.h>
#include <MemoryX/core/MongoSerializer.h>
#include <MemoryX/core/memory/SegmentedMemory.h>
#include <MemoryX/libraries/longtermmemory/AbstractLongtermMemory.h>
Go to the source code of this file.
Classes | |
class | LongtermMemory |
The LongtermMemory class provides persistent data that has been learned or copied as a snapshot from working memory. More... | |
class | LongtermMemoryPropertyDefinitions |
Namespaces | |
memoryx | |
VirtualRobot headers. | |
Typedefs | |
using | LongtermMemoryPtr = IceUtil::Handle< LongtermMemory > |