FreeRTOS C++ Wrappers
1.6.0
C++ interface to FreeRTOS
|
#include <read_write_lock.hpp>
Public Member Functions | |
ReadWriteLockCreateException () | |
virtual const char * | what () const throw () |
Private Attributes | |
char | errorString [80] |
This is the exception that is thrown if a ReadWriteLock constructor fails.
Definition at line 70 of file read_write_lock.hpp.
|
inline |
Create the exception.
Definition at line 76 of file read_write_lock.hpp.
|
inlinevirtual |
Get what happened as a string. We are overriding the base implementation here.
Definition at line 85 of file read_write_lock.hpp.
|
private |
A text string representing what failed.
Definition at line 94 of file read_write_lock.hpp.