FreeRTOS C++ Wrappers
1.6.0
C++ interface to FreeRTOS
|
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) |
#define DEFAULT_MAX_WORK_ITEMS 10 |
Definition at line 51 of file workqueue.hpp.
#define DEFAULT_WORK_QUEUE_PRIORITY (tskIDLE_PRIORITY + 1) |
Definition at line 53 of file workqueue.hpp.
#define DEFAULT_WORK_QUEUE_STACK_SIZE (configMINIMAL_STACK_SIZE * 2) |
Definition at line 52 of file workqueue.hpp.