ELEC-C7222
Libraries for ELEC C7222 Course Work
Loading...
Searching...
No Matches
freertos_timer.hpp File Reference

C++ wrapper for FreeRTOS software timers. More...

#include <cstdint>
#include <functional>
#include "non_copyable.hpp"
Include dependency graph for freertos_timer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  c7222::FreeRtosTimer
 Ownership-based C++ wrapper for FreeRTOS software timers. More...
 

Namespaces

namespace  c7222
 C7222 course abstractions namespace.
 

Functions

void c7222::FreeRtosTimerCallback (void *timer)
 Internal use only. This function is invoked as a callback when the FreeRTOS timer expires.
 

Detailed Description

C++ wrapper for FreeRTOS software timers.