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

#include <timer.hpp>

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

Public Member Functions

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

Private Attributes

char errorString [40]
 

Detailed Description

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

Definition at line 70 of file timer.hpp.

Constructor & Destructor Documentation

◆ TimerCreateException()

cpp_freertos::TimerCreateException::TimerCreateException ( )
inline

Create the exception.

Definition at line 76 of file timer.hpp.

Member Function Documentation

◆ what()

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

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

Definition at line 85 of file timer.hpp.

Member Data Documentation

◆ errorString

char cpp_freertos::TimerCreateException::errorString[40]
private

A text string representing what failed.

Definition at line 94 of file timer.hpp.


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