CppELib 1.7.0
Loading...
Searching...
No Matches
EventFlag.h File Reference
#include <cstddef>
#include "Container/BitPattern.h"
#include "Timeout.h"
#include "OSWrapperError.h"

Go to the source code of this file.

Classes

class  OSWrapper::EventFlag
 Abstract class that has functions of common RTOS's event flag. More...
 

Namespaces

namespace  OSWrapper
 OSWrapper provides abstract C++ interface of common RTOS: thread, mutex, event flag, message queue, memory pool, etc.
 

Functions

void OSWrapper::registerEventFlagFactory (EventFlagFactory *factory)
 Register the EventFlagFactory.