FreeRTOS C++ Wrappers  1.6.0
C++ interface to FreeRTOS
Classes | Namespaces | Macros
workqueue.hpp File Reference
#include "thread.hpp"
#include "queue.hpp"
#include "semaphore.hpp"
Include dependency graph for workqueue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cpp_freertos::WorkItem
 
class  cpp_freertos::WorkQueue
 
class  cpp_freertos::WorkQueue::CWorkerThread
 

Namespaces

 cpp_freertos
 

Macros

#define DEFAULT_MAX_WORK_ITEMS   10
 
#define DEFAULT_WORK_QUEUE_STACK_SIZE   (configMINIMAL_STACK_SIZE * 2)
 
#define DEFAULT_WORK_QUEUE_PRIORITY   (tskIDLE_PRIORITY + 1)
 

Macro Definition Documentation

◆ DEFAULT_MAX_WORK_ITEMS

#define DEFAULT_MAX_WORK_ITEMS   10

Definition at line 51 of file workqueue.hpp.

◆ DEFAULT_WORK_QUEUE_PRIORITY

#define DEFAULT_WORK_QUEUE_PRIORITY   (tskIDLE_PRIORITY + 1)

Definition at line 53 of file workqueue.hpp.

◆ DEFAULT_WORK_QUEUE_STACK_SIZE

#define DEFAULT_WORK_QUEUE_STACK_SIZE   (configMINIMAL_STACK_SIZE * 2)

Definition at line 52 of file workqueue.hpp.