FreeRTOS C++ Wrappers  1.6.0
C++ interface to FreeRTOS
Public Member Functions | Private Attributes | List of all members
cpp_freertos::EventGroupCreateException Class Reference

#include <event_groups.hpp>

Inheritance diagram for cpp_freertos::EventGroupCreateException:
Inheritance graph
[legend]
Collaboration diagram for cpp_freertos::EventGroupCreateException:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

char errorString [80]
 

Detailed Description

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

Definition at line 67 of file event_groups.hpp.

Constructor & Destructor Documentation

◆ EventGroupCreateException() [1/2]

cpp_freertos::EventGroupCreateException::EventGroupCreateException ( )
inline

Create the exception.

Definition at line 73 of file event_groups.hpp.

◆ EventGroupCreateException() [2/2]

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

Create the exception.

Definition at line 81 of file event_groups.hpp.

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.

Definition at line 91 of file event_groups.hpp.

Member Data Documentation

◆ errorString

char cpp_freertos::EventGroupCreateException::errorString[80]
private

A text string representing what failed.

Definition at line 100 of file event_groups.hpp.


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