Embedded Artistry Framework
Embedded Systems C++ Framework
Typedefs

Condition Variable types and definitions. More...

Typedefs

using func_t = stdext::inplace_function< bool(void)>
 
using handle_t = uintptr_t
 Generic storage for CV handles. More...
 

Detailed Description

Condition Variable types and definitions.

Typedef Documentation

◆ func_t

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

◆ handle_t

using embvm::cv::handle_t = typedef uintptr_t

Generic storage for CV handles.