|
Radio Control Layer (RCL)
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | assert_str(s) #s |
| #define | RCL_Debug_assert(expr) (expr ? (void)0 : RCL_Debug_assertProxy(assert_str(expr), __FILE__, __LINE__)) |
Functions | |
| void | __attribute__ ((weak)) RCL_Debug_assertProxy(const char *expr |
Variables | |
| void const char * | file |
| void const char int | line |
| #define assert_str | ( | s | ) | #s |
| #define RCL_Debug_assert | ( | expr | ) | (expr ? (void)0 : RCL_Debug_assertProxy(assert_str(expr), __FILE__, __LINE__)) |
| void __attribute__ | ( | (weak) | ) | const |
| void const char* file |
Referenced by __attribute__().
| void const char int line |
Referenced by __attribute__().