FreeRTOS C++ Wrappers
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CMutexMutex Wrapper
 CQueue< T >Queue Wrapper
 CSemaphoreBinary Semaphore Wrapper
 CTaskLowest Level Wrapper. Create the specified task with a provided task function
 CTaskClassMake a class based task. Derive from TaskClass and the 'task()' member function will get called as the task based on the class