|
CppELib 1.7.0
|
#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. | |