|
Boboter
|
Functions | |
| void | error_check_callback (const char *tag, const esp_err_t expr, const std::source_location loc) |
| Checks if the given expression failed and aborts if so. | |
| void | warn_check_callback (const char *tag, const esp_err_t expr, const std::source_location loc) |
| Checks if the given expression failed and warns if so. | |
| void error_check_callback | ( | const char * | tag, |
| esp_err_t | expr, | ||
| std::source_location | loc = std::source_location::current() ) |
Checks if the given expression failed and aborts if so.
| tag | The tag to use when logging |
| expr | The expression to check |
| void warn_check_callback | ( | const char * | tag, |
| esp_err_t | expr, | ||
| std::source_location | loc = std::source_location::current() ) |
Checks if the given expression failed and warns if so.
| tag | The tag to use when logging |
| expr | The expression to check |