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

C++ wrapper for FreeRTOS-style task creation and control. More...

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

Go to the source code of this file.

Classes

class  c7222::FreeRtosTask
 Ownership-based wrapper for a task/thread execution object. More...
 

Namespaces

namespace  c7222
 C7222 course abstractions namespace.
 

Detailed Description

C++ wrapper for FreeRTOS-style task creation and control.