Embedded Artistry Framework
Embedded Systems C++ Framework
Classes | Namespaces | Typedefs
condition_variable.hpp File Reference
#include "mutex.hpp"
#include "rtos_defs.hpp"
#include <chrono>
#include <cstdint>
#include <inplace_function/inplace_function.hpp>
#include <time/time.hpp>
Include dependency graph for condition_variable.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  embvm::VirtualConditionVariable
 Defines the VirtualConditionVariable interface. More...
 

Namespaces

 embvm
 Embedded framework core interfaces, classes, and definitions.
 
 embvm::cv
 Condition Variable types and definitions.
 

Typedefs

using embvm::cv::func_t = stdext::inplace_function< bool(void)>