#include <timer.hpp>
This is the exception that is thrown if a Thread constructor fails.
Definition at line 70 of file timer.hpp.
◆ TimerCreateException()
cpp_freertos::TimerCreateException::TimerCreateException |
( |
| ) |
|
|
inline |
Create the exception.
Definition at line 76 of file timer.hpp.
◆ 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.
◆ 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: