|
#include <RobotAPI/libraries/armem/server/wm/detail/MaxHistorySize.h>
Public Member Functions | |
long | getMaxHistorySize () const |
void | setMaxHistorySize (long maxSize, const std::string &additionalInfo="") |
Set the maximum number of snapshots to be contained in an entity. More... | |
Protected Attributes | |
long | _maxHistorySize = -1 |
Maximum size of entity histories. More... | |
Definition at line 7 of file MaxHistorySize.h.
long getMaxHistorySize | ( | ) | const |
void setMaxHistorySize | ( | long | maxSize, |
const std::string & | additionalInfo = "" |
||
) |
Set the maximum number of snapshots to be contained in an entity.
Affected entities are to be update right away.
Definition at line 8 of file MaxHistorySize.cpp.
|
protected |
Maximum size of entity histories.
If negative, the size of history
is not limited.
Definition at line 29 of file MaxHistorySize.h.