OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
Queue.cpp File Reference

Macros

#define OT_CFG_QueueUseGarbageLimit   false
 If set to true the garbage collection will clear when reaching the QueueGarbageLimit.
 
#define OT_CFG_QueueGarbageLimit   0
 The maximum ammount of garbage in the garbage collection (0 = max, 1 = no collection, 2+ = count) Only has effect if OT_CFG_QueueUseGarbageLimit is set to true.
 

Detailed Description

Author
Alexander Kuester (alexk95)
Date
May 2023

Macro Definition Documentation

◆ OT_CFG_QueueGarbageLimit

#define OT_CFG_QueueGarbageLimit   0

The maximum ammount of garbage in the garbage collection (0 = max, 1 = no collection, 2+ = count) Only has effect if OT_CFG_QueueUseGarbageLimit is set to true.

◆ OT_CFG_QueueUseGarbageLimit

#define OT_CFG_QueueUseGarbageLimit   false

If set to true the garbage collection will clear when reaching the QueueGarbageLimit.