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

#include <mutex.hpp>

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

Public Member Functions

 MutexCreateException ()
 
virtual const char * what () const throw ()
 

Private Attributes

char errorString [80]
 

Detailed Description

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

Definition at line 68 of file mutex.hpp.

Constructor & Destructor Documentation

◆ MutexCreateException()

cpp_freertos::MutexCreateException::MutexCreateException ( )
inline

Create the exception.

Definition at line 74 of file mutex.hpp.

Member Function Documentation

◆ what()

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

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

Definition at line 83 of file mutex.hpp.

Member Data Documentation

◆ errorString

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

A text string representing what failed.

Definition at line 92 of file mutex.hpp.


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