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

DSM Debug API header. More...

Go to the source code of this file.

Macros

#define DD_GEN   (1 << 0)
 
#define DD_OC   (1 << 1)
 
#define DD_SF   (1 << 2)
 
#define DD_TIMER   (1 << 3)
 
#define DD_SE   (1 << 4)
 
#define DD_LM   (1 << 5)
 
#define DD_OBJ   (1 << 6)
 
#define DD_DC   (1 << 7)
 
#define DD_QUERY   (1 << 8)
 
#define DD_MOD   (1 << 9)
 
#define DD_ALL   ((1 << 10)-1)
 
#define DD_SSF   (1 << 11)
 

Typedefs

typedef int(* clDsmPrintFunc_t )(const char *format,...)
 

Functions

void clDsmSetPrintFuncs (clDsmPrintFunc_t errorFunc, clDsmPrintFunc_t warnFunc, clDsmPrintFunc_t debugFunc, clDsmPrintFunc_t infoFunc)
 Sets debug print functions for four different levels of detail. Any of these parameters can be set to NULL to turn off output All can be same function and default is NULL for all. More...
 
void clDsmSetPrintState (U32BIT state)
 Sets debug print state to select areas of debug. More...
 

Detailed Description

DSM Debug API header.

Date
28 September 2013
Author
Adam Sturtridge

Function Documentation

void clDsmSetPrintFuncs ( clDsmPrintFunc_t  errorFunc,
clDsmPrintFunc_t  warnFunc,
clDsmPrintFunc_t  debugFunc,
clDsmPrintFunc_t  infoFunc 
)

Sets debug print functions for four different levels of detail. Any of these parameters can be set to NULL to turn off output All can be same function and default is NULL for all.

Parameters
clDsmPrintFunc_terrorFunc Pointer to error print function
clDsmPrintFunc_twarmFunc Pointer to warn print function
clDsmPrintFunc_tdebugFunc Pointer to debug print function
clDsmPrintFunc_tinfoFunc Pointer to info print function
Returns
void
void clDsmSetPrintState ( U32BIT  state)

Sets debug print state to select areas of debug.

Parameters
U32BITstate See defines above
Returns
void