MemoryBase< _CoreSegmentT >::Properties Struct Reference

#include <RobotAPI/libraries/armem/server/ltm/detail/MemoryBase.h>

Public Attributes

std::string configuration_on_startup
 
bool enabled_on_startup = false
 
std::string export_name = "MemoryExport"
 
std::string export_path = "/tmp/ltm"
 

Detailed Description

template<class _CoreSegmentT>
struct armarx::armem::server::ltm::detail::MemoryBase< _CoreSegmentT >::Properties

Definition at line 302 of file MemoryBase.h.

Member Data Documentation

◆ configuration_on_startup

std::string configuration_on_startup
Initial value:
=
"{ \"SnapshotFrequencyFilter\": {\"WaitingTimeInMsForFilter\" : 50}, "
"\"PngConverter\": {}, \"ExrConverter\": {}}"

Definition at line 305 of file MemoryBase.h.

◆ enabled_on_startup

bool enabled_on_startup = false

Definition at line 304 of file MemoryBase.h.

◆ export_name

std::string export_name = "MemoryExport"

Definition at line 308 of file MemoryBase.h.

◆ export_path

std::string export_path = "/tmp/ltm"

Definition at line 309 of file MemoryBase.h.


The documentation for this struct was generated from the following file: