#include <PriorityQueue.h>
Inheritance diagram for base::BasePriorityQueue:
Static Protected Member Functions | |
static void | updateQueueMax (uint32_t max) |
Update the maximum. | |
static uint32_t | getQueueMax () |
Static Private Attributes | |
static uint32_t | queueMaxSize = 1024 |
This is used to dynamically adjust the initial allocated table of elements. |
|
|
|
Update the maximum.
|
|
This is used to dynamically adjust the initial allocated table of elements.
|