FreeRTOS C++ Wrappers
1.6.0
C++ interface to FreeRTOS
|
#include <event_groups.hpp>
Public Member Functions | |
EventGroupCreateException () | |
EventGroupCreateException (const char *info) | |
virtual const char * | what () const throw () |
Private Attributes | |
char | errorString [80] |
This is the exception that is thrown if an EventGroup constructor fails.
Definition at line 67 of file event_groups.hpp.
|
inline |
Create the exception.
Definition at line 73 of file event_groups.hpp.
|
inlineexplicit |
Create the exception.
Definition at line 81 of file event_groups.hpp.
|
inlinevirtual |
Get what happened as a string. We are overriding the base implementation here.
Definition at line 91 of file event_groups.hpp.
|
private |
A text string representing what failed.
Definition at line 100 of file event_groups.hpp.