Radio Control Layer (RCL)
RCL_Debug.h File Reference
+ 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
 

Macro Definition Documentation

§ assert_str

#define assert_str (   s)    #s

§ RCL_Debug_assert

Function Documentation

§ __attribute__()

void __attribute__ ( (weak)  ) const

Variable Documentation

§ file

void const char* file

§ line

void const char int line