DSMCC Version 1.0
DTVKit DSMCC Documentation
 All Data Structures Files Functions Typedefs
Macros | Variables
dsmDbg.h File Reference

Internal Platform dependent definitions, for debug. More...

#include <assert.h>
#include "cldsmdbg.h"

Go to the source code of this file.

Macros

#define dsmAssert(assertion)   assert assertion
 
#define ASSERT(condition)   assert(condition);
 
#define DSM_DP_LEVEL   ( 1 ) /* -- default */
 
#define dsmDP1(x)   if (DBG_ErrorPrintfFunc) DBG_ErrorPrintfFunc x
 
#define ERRPRINT(x,...)   if (DBG_ErrorPrintfFunc) DBG_ErrorPrintfFunc("%s:%d " x "\n",__FUNCTION__,__LINE__, ##__VA_ARGS__);
 
#define DBGERROR(f, x,...)   if (DBG_ErrorPrintfFunc && (f & dsmDbgState)) DBG_ErrorPrintfFunc("%s:%d " x "\n",__FUNCTION__,__LINE__, ##__VA_ARGS__);
 
#define dsmDP2(x)
 
#define DBGWARN(f, x,...)
 
#define dsmDP3(x)
 
#define DBGPRINT(f, x,...)
 
#define dsmDP4(x)
 
#define DBGINFO(f, x,...)
 

Variables

clDsmPrintFunc_t DBG_ErrorPrintfFunc
 
clDsmPrintFunc_t DBG_WarnPrintfFunc
 
clDsmPrintFunc_t DBG_DebugPrintfFunc
 
clDsmPrintFunc_t DBG_InfoPrintffunc
 
U32BIT dsmDbgState
 

Detailed Description

Internal Platform dependent definitions, for debug.

Date
01/12/2004
Author
Ocean Blue