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