My climat station
Functions | |
| void | mbed_assert_internal (const char *expr, const char *file, int line) |
| Internal mbed assert function which is invoked when MBED_ASSERT macro failes. | |
Function Documentation
| void mbed_assert_internal | ( | const char * | expr, |
| const char * | file, | ||
| int | line | ||
| ) |
Internal mbed assert function which is invoked when MBED_ASSERT macro failes.
This function is active only if NDEBUG is not defined prior to including this assert header file. In case of MBED_ASSERT failing condition, error() is called with the assertation message.
- Parameters:
-
expr Expresion to be checked. file File where assertation failed. line Failing assertation line number.
Definition at line 20 of file mbed_assert_stub.cpp.
Generated on Tue Jul 12 2022 14:26:25 by
1.7.2
Gleb Klochkov