![]()  | 
  
    MHEG5
    22.3.0
    
   | 
 
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... | |
Debug functions required by MHEG5 engine in debug builds.
| void STB_SPDebugAssertFail | ( | const char * | file, | 
| int | line, | ||
| const char * | eval_str | ||
| ) | 
Report Assertion failure.
| file | name of source file | 
| line | line number of source file | 
| eval_str | evaluation string that failed | 
| void STB_SPDebugNoCnWrite | ( | const char * | format, | 
| ... | |||
| ) | 
Writes debug string to the serial port without <CR><LF>
| format | string & 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.
| format | string & format | 
 1.8.11