#include <mutex.hpp>
This is the exception that is thrown if a Mutex constructor fails.
Definition at line 68 of file mutex.hpp.
◆ MutexCreateException()
cpp_freertos::MutexCreateException::MutexCreateException |
( |
| ) |
|
|
inline |
Create the exception.
Definition at line 74 of file mutex.hpp.
◆ what()
virtual const char* cpp_freertos::MutexCreateException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
Get what happened as a string. We are overriding the base implementation here.
Definition at line 83 of file mutex.hpp.
◆ errorString
char cpp_freertos::MutexCreateException::errorString[80] |
|
private |
A text string representing what failed.
Definition at line 92 of file mutex.hpp.
The documentation for this class was generated from the following file: