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

C++ wrappers for FreeRTOS binary and counting semaphores. More...

#include <cstdint>
#include "non_copyable.hpp"
Include dependency graph for freertos_semaphore.hpp:

Go to the source code of this file.

Classes

class  c7222::FreeRtosBinarySemaphore
 Ownership-based wrapper for a FreeRTOS-style binary semaphore. More...
 
class  c7222::FreeRtosCountingSemaphore
 Ownership-based wrapper for a FreeRTOS-style counting semaphore. More...
 

Namespaces

namespace  c7222
 C7222 course abstractions namespace.
 

Detailed Description

C++ wrappers for FreeRTOS binary and counting semaphores.