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

#include <read_write_lock.hpp>

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

Public Member Functions

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

Private Attributes

char errorString [80]
 

Detailed Description

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

Definition at line 70 of file read_write_lock.hpp.

Constructor & Destructor Documentation

◆ ReadWriteLockCreateException()

cpp_freertos::ReadWriteLockCreateException::ReadWriteLockCreateException ( )
inline

Create the exception.

Definition at line 76 of file read_write_lock.hpp.

Member Function Documentation

◆ what()

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

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

Definition at line 85 of file read_write_lock.hpp.

Member Data Documentation

◆ errorString

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

A text string representing what failed.

Definition at line 94 of file read_write_lock.hpp.


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