|
#include <RobotAPI/libraries/armem/server/ltm/detail/MemoryBase.h>
Public Attributes | |
std::string | configuration_on_startup |
std::string | coreSegmentsToLoad = "" |
bool | enabled_on_startup = false |
std::string | export_name = "MemoryExport" |
std::string | export_path = "/tmp/ltm" |
bool | importOnStartUp = false |
int | maxAmountOfSnapshotsLoaded = 1 |
std::string | recordingMode = "CONSOLIDATE_REMOVED" |
bool | storeOnStop = false |
Definition at line 397 of file MemoryBase.h.
std::string configuration_on_startup |
Definition at line 416 of file MemoryBase.h.
std::string coreSegmentsToLoad = "" |
Definition at line 413 of file MemoryBase.h.
bool enabled_on_startup = false |
Definition at line 400 of file MemoryBase.h.
std::string export_name = "MemoryExport" |
Definition at line 406 of file MemoryBase.h.
std::string export_path = "/tmp/ltm" |
Definition at line 407 of file MemoryBase.h.
bool importOnStartUp = false |
Definition at line 411 of file MemoryBase.h.
int maxAmountOfSnapshotsLoaded = 1 |
Definition at line 412 of file MemoryBase.h.
std::string recordingMode = "CONSOLIDATE_REMOVED" |
Definition at line 403 of file MemoryBase.h.
bool storeOnStop = false |
Definition at line 408 of file MemoryBase.h.