CppELib 1.7.0
Loading...
Searching...
No Matches
OSWrapperError.h
Go to the documentation of this file.
1#ifndef OS_WRAPPER_ERROR_H_INCLUDED
2#define OS_WRAPPER_ERROR_H_INCLUDED
3
4namespace OSWrapper {
5
17
18}
19
20#endif // OS_WRAPPER_ERROR_H_INCLUDED
OSWrapper provides abstract C++ interface of common RTOS: thread, mutex, event flag,...
Definition EventFlag.cpp:5
Error
Kinds of errors of the OS objects.
Definition OSWrapperError.h:9
@ InvalidParameter
Definition OSWrapperError.h:13
@ TimedOut
Definition OSWrapperError.h:11
@ OK
Definition OSWrapperError.h:10
@ CalledByNonThread
Definition OSWrapperError.h:12
@ NotLocked
Definition OSWrapperError.h:14
@ OtherError
Definition OSWrapperError.h:15