FreeRTOS Addons
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cpp_freertos::EventGroupCreateException Class Reference

#include <event_groups.hpp>

Inheritance diagram for cpp_freertos::EventGroupCreateException:

Public Member Functions

 EventGroupCreateException ()
 
 EventGroupCreateException (const char *info)
 
virtual const char * what () const throw ()
 

Detailed Description

This is the exception that is thrown if an EventGroup constructor fails.

Constructor & Destructor Documentation

◆ EventGroupCreateException() [1/2]

cpp_freertos::EventGroupCreateException::EventGroupCreateException ( )
inline

Create the exception.

◆ EventGroupCreateException() [2/2]

cpp_freertos::EventGroupCreateException::EventGroupCreateException ( const char *  info)
inlineexplicit

Create the exception.

Member Function Documentation

◆ what()

virtual const char * cpp_freertos::EventGroupCreateException::what ( ) const
throw (
)
inlinevirtual

Get what happened as a string. We are overriding the base implementation here.


The documentation for this class was generated from the following file: