FreeRTOS C++ Wrappers
1.6.0
C++ interface to FreeRTOS
|
#include <semaphore.hpp>
Public Member Functions | |
SemaphoreCreateException () | |
SemaphoreCreateException (const char *info) | |
virtual const char * | what () const throw () |
Private Attributes | |
char | errorString [80] |
This is the exception that is thrown if a Semaphore constructor fails.
Definition at line 69 of file semaphore.hpp.
|
inline |
Create the exception.
Definition at line 75 of file semaphore.hpp.
|
inlineexplicit |
Create the exception.
Definition at line 83 of file semaphore.hpp.
|
inlinevirtual |
Get what happened as a string. We are overriding the base implementation here.
Definition at line 93 of file semaphore.hpp.
|
private |
A text string representing what failed.
Definition at line 102 of file semaphore.hpp.