|
CppELib 1.7.0
|
Go to the source code of this file.
Namespaces | |
| namespace | OSWrapper |
| OSWrapper provides abstract C++ interface of common RTOS: thread, mutex, event flag, message queue, memory pool, etc. | |
Enumerations | |
| enum | OSWrapper::Error { OSWrapper::OK , OSWrapper::TimedOut , OSWrapper::CalledByNonThread , OSWrapper::InvalidParameter , OSWrapper::NotLocked , OSWrapper::OtherError } |
| Kinds of errors of the OS objects. More... | |