MHEG  17.9.0
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Pages
Macros | Functions
mheg5_debug.h File Reference

This file provides control debug prints for MHEG5 engine. More...

#include "techtype.h"

Go to the source code of this file.

Macros

#define MHDBG_TSTATE   (1 << 0)
 
#define MHDBG_TTUNE   (1 << 1)
 
#define MHDBG_TMEMORY   (1 << 2)
 
#define MHDBG_TKEYS   (1 << 3)
 
#define MHDBG_TMHBOOT   (1 << 4)
 
#define MHDBG_TSTRM   (1 << 5)
 
#define MHDBG_TFILE   (1 << 6)
 
#define MHDBG_TDSMFG   (1 << 7)
 
#define MHDBG_TMHAPI   (1 << 8)
 
#define MHDBG_TSERVICE   (1 << 9)
 
#define MHDBG_TICS   (1 << 10)
 
#define MHDBG_TQUEUE   (1 << 11)
 
#define MHDBG_TEVNTS   (1 << 12)
 
#define MHDBG_TACTIONS   (1 << 13)
 
#define MHDBG_TTIME   (1 << 14)
 
#define MHDBG_TPERFORM   (1 << 15)
 
#define MHDBG_TGRAPHICS   (1 << 16)
 
#define MHDBG_TFONT   (1 << 17)
 
#define MHDBG_TTEXT   (1 << 18)
 
#define MHDBG_TFONTCACHE   (1 << 19)
 

Functions

U32BIT MHEG5_DebugGetMask (void)
 Get the MHEG5 debug mask. More...
 
void MHEG5_DebugSetMask (U32BIT mask)
 Set the MHEG5 debug mask. More...
 

Detailed Description

This file provides control debug prints for MHEG5 engine.

Date
16/05/2014
Author
Adam Sturtridge

Function Documentation

U32BIT MHEG5_DebugGetMask ( void  )

Get the MHEG5 debug mask.

Returns
dsmcc instance
void MHEG5_DebugSetMask ( U32BIT  mask)

Set the MHEG5 debug mask.

Parameters
maskmask value
Returns
void