Memory Class Reference

A memory storing data in mongodb (needs 'armarx memory start' to start the mongod instance) More...

#include <RobotAPI/libraries/armem/server/ltm/legacy/mongodb/MemoryManager.h>

+ Inheritance diagram for Memory:

Public Member Functions

void convert (armem::wm::Memory &) override
 
void encodeAndStore () override
 
 Memory ()=default
 
void reload () override
 

Public Attributes

ConnectionManager::MongoDBSettings dbsettings
 

Detailed Description

A memory storing data in mongodb (needs 'armarx memory start' to start the mongod instance)

Definition at line 16 of file MemoryManager.h.

Constructor & Destructor Documentation

◆ Memory()

Memory ( )
default

Member Function Documentation

◆ convert()

void convert ( armem::wm::Memory m)
override

Definition at line 72 of file MemoryManager.cpp.

+ Here is the call graph for this function:

◆ encodeAndStore()

void encodeAndStore ( )
override

Definition at line 90 of file MemoryManager.cpp.

+ Here is the call graph for this function:

◆ reload()

void reload ( )
override

Definition at line 41 of file MemoryManager.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ dbsettings

Definition at line 35 of file MemoryManager.h.


The documentation for this class was generated from the following files: