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

#include <tasklet.hpp>

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

Public Member Functions

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

Private Attributes

char errorString [80]
 

Detailed Description

This is the exception that is thrown if a Tasklet constructor fails.

Definition at line 71 of file tasklet.hpp.

Constructor & Destructor Documentation

◆ TaskletCreateException() [1/2]

cpp_freertos::TaskletCreateException::TaskletCreateException ( )
inline

Create the exception.

Definition at line 77 of file tasklet.hpp.

◆ TaskletCreateException() [2/2]

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

Create the exception.

Definition at line 85 of file tasklet.hpp.

Member Function Documentation

◆ what()

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

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

Definition at line 95 of file tasklet.hpp.

Member Data Documentation

◆ errorString

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

A text string representing what failed.

Definition at line 104 of file tasklet.hpp.


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