int32_t maximumReservedCaches
Maximum number of reserved caches.
Definition HistoryAttributes.hpp:55
uint32_t payloadMaxSize
Maximum payload size of the history, default value 500.
Definition HistoryAttributes.hpp:46
HistoryAttributes()
Default constructor.
Definition HistoryAttributes.hpp:67
HistoryAttributes(MemoryManagementPolicy_t memoryPolicy, uint32_t payload, int32_t initial, int32_t maxRes)
Constructor.
Definition HistoryAttributes.hpp:84
HistoryAttributes(MemoryManagementPolicy_t memoryPolicy, uint32_t payload, int32_t initial, int32_t maxRes, int32_t extra)
Constructor.
Definition HistoryAttributes.hpp:106
MemoryManagementPolicy_t memoryPolicy
Memory management policy.
Definition HistoryAttributes.hpp:43
int32_t extraReservedCaches
Number of extra caches that can be reserved for other purposes than the history.
Definition HistoryAttributes.hpp:64
int32_t initialReservedCaches
Number of the initial Reserved Caches, default value 500.
Definition HistoryAttributes.hpp:49
virtual ~HistoryAttributes()
Definition HistoryAttributes.hpp:120