RDK Documentation (Open Sourced RDK Components)

Description

Macros

#define dsUTL_ASSERT(x)
 Device Settings general Assert Failure inline definition. More...
 
#define dsUTL_DIM(arr)   (sizeof((arr))/sizeof((arr)[0]))
 Device Settings general Array dimension calculation inline definition.
 

Macro Definition Documentation

◆ dsUTL_ASSERT

#define dsUTL_ASSERT (   x)
Value:
do {\
if (!(x)) printf("ASSERTFAILURE at %s-%d\r\n", __FUNCTION__, __LINE__);\
}\
while(0)

Device Settings general Assert Failure inline definition.

Definition at line 77 of file dsUtl.h.