|
#include <RobotAPI/libraries/armem/server/wm/detail/MaxHistorySize.h>
Public Member Functions | |
void | setMaxHistorySize (long maxSize) |
Sets the maximum history size of entities in this container. More... | |
Public Member Functions inherited from MaxHistorySize | |
long | getMaxHistorySize () const |
void | setMaxHistorySize (long maxSize, const std::string &additionalInfo="") |
Set the maximum number of snapshots to be contained in an entity. More... | |
Additional Inherited Members | |
Protected Attributes inherited from MaxHistorySize | |
long | _maxHistorySize = -1 |
Maximum size of entity histories. More... | |
Definition at line 36 of file MaxHistorySize.h.
|
inline |
Sets the maximum history size of entities in this container.
This affects all current entities as well as new ones.
Definition at line 46 of file MaxHistorySize.h.