FreeRTOS C++ Wrappers
1.6.0
C++ interface to FreeRTOS
|
#include <mem_pool.hpp>
Public Member Functions | |
MemoryPoolBadAlignmentException () | |
virtual const char * | what () const throw () |
Private Attributes | |
char | errorString [80] |
This is the exception that is thrown if the Alignment argument is invalid.
Definition at line 100 of file mem_pool.hpp.
|
inline |
Create the exception.
Definition at line 106 of file mem_pool.hpp.
|
inlinevirtual |
Get what happened as a string. We are overriding the base implementation here.
Definition at line 115 of file mem_pool.hpp.
|
private |
A text string representing what failed.
Definition at line 124 of file mem_pool.hpp.