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

Debug functions required by MHEG5 engine in debug builds. More...

Go to the source code of this file.

Functions

void STB_SPDebugWrite (const char *format,...)
 Write debug string to serial/debug port. <CR><LF> characters will be automatically added to the end of the string. More...
 
void STB_SPDebugNoCnWrite (const char *format,...)
 Writes debug string to the serial port without <CR><LF> More...
 
void STB_SPDebugAssertFail (const char *file, int line, const char *eval_str)
 Report Assertion failure. More...
 

Detailed Description

Debug functions required by MHEG5 engine in debug builds.

Date
23/01/2013
Author
Adam Sturtridge

Function Documentation

void STB_SPDebugAssertFail ( const char *  file,
int  line,
const char *  eval_str 
)

Report Assertion failure.

Parameters
filename of source file
lineline number of source file
eval_strevaluation string that failed
void STB_SPDebugNoCnWrite ( const char *  format,
  ... 
)

Writes debug string to the serial port without <CR><LF>

Parameters
formatstring & format
void STB_SPDebugWrite ( const char *  format,
  ... 
)

Write debug string to serial/debug port. <CR><LF> characters will be automatically added to the end of the string.

Parameters
formatstring & format