 |
HBBTV
22.11.0
|
39 #define TRACE(t, x, args ...) if ((t == TERROR) || (t & HBBTV_DbgGetMask())) \ 40 { HBBTV_DBGPrint("[%s:%d] "x "\n", __FUNCTION__, __LINE__, ##args); } 42 #define TRACE(t, x, args...) 45 #define xstr(s) str(s) 47 #define VERSION_INFORMATION "DTVKit - HbbTV engine " xstr(HBBTV_VER_MAJOR) "." xstr(HBBTV_VER_MINOR) "." xstr(HBBTV_VER_PATCH) 60 U32BIT HBBTV_DbgGetMask(
void);