#include <queue.hpp>
This is the exception that is thrown if a Queue constructor fails.
Definition at line 69 of file queue.hpp.
◆ QueueCreateException() [1/2]
cpp_freertos::QueueCreateException::QueueCreateException |
( |
| ) |
|
|
inline |
Create the exception.
Definition at line 75 of file queue.hpp.
◆ QueueCreateException() [2/2]
cpp_freertos::QueueCreateException::QueueCreateException |
( |
const char * |
info | ) |
|
|
inlineexplicit |
Create the exception.
Definition at line 83 of file queue.hpp.
◆ what()
virtual const char* cpp_freertos::QueueCreateException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
Get what happened as a string. We are overriding the base implementation here.
Definition at line 93 of file queue.hpp.
◆ errorString
char cpp_freertos::QueueCreateException::errorString[80] |
|
private |
A text string representing what failed.
Definition at line 102 of file queue.hpp.
The documentation for this class was generated from the following file: