FreeRTOS C++ Wrappers  1.6.0
C++ interface to FreeRTOS
Classes | Namespaces | Functions
tickhook.hpp File Reference
#include "FreeRTOS.h"
#include "task.h"
#include <list>
Include dependency graph for tickhook.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cpp_freertos::TickHook
 

Namespaces

 cpp_freertos
 

Functions

void vApplicationTickHook (void)
 

Function Documentation

◆ vApplicationTickHook()

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.