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