|
#include <RobotAPI/libraries/armem/server/ltm/detail/MemoryBase.h>
Public Attributes | |
std::string | configuration_on_startup |
std::string | coreSegmentsToLoad = "Localization" |
bool | enabled_on_startup = false |
std::string | export_name = "MemoryExport" |
std::string | export_path = "/tmp/ltm" |
bool | importOnStartUp = false |
int | maxAmountOfSnapshotsLoaded = 10 |
Definition at line 347 of file MemoryBase.h.
std::string configuration_on_startup |
Definition at line 350 of file MemoryBase.h.
std::string coreSegmentsToLoad = "Localization" |
Definition at line 359 of file MemoryBase.h.
bool enabled_on_startup = false |
Definition at line 349 of file MemoryBase.h.
std::string export_name = "MemoryExport" |
Definition at line 353 of file MemoryBase.h.
std::string export_path = "/tmp/ltm" |
Definition at line 354 of file MemoryBase.h.
bool importOnStartUp = false |
Definition at line 357 of file MemoryBase.h.
int maxAmountOfSnapshotsLoaded = 10 |
Definition at line 358 of file MemoryBase.h.