FreeRTOS C++ Wrappers
1.6.0
C++ interface to FreeRTOS
|
#include "FreeRTOS.h"
#include "task.h"
#include <list>
Go to the source code of this file.
Classes | |
class | cpp_freertos::TickHook |
Namespaces | |
cpp_freertos | |
Functions | |
void | vApplicationTickHook (void) |
void vApplicationTickHook | ( | void | ) |
FreeRTOS expects this function to exist and requires it to be named as such with the following signature.
We are a friend of the Tick class, which makes this much simplier.
Definition at line 92 of file ctickhook.cpp.