Debug Message Functions
[Debug Message Output]

Defines

Functions


Define Documentation

#define HEL_DEBUG_MSG ( txt,
args...   ) 

Output a string into Debug-Message-Output window.

The HEL_DEBUG_MSG macro can be used to output debug messages.

Parameters:
[in] txt Format-control string.
[in] args Optional arguments

Example:
HEL_DEBUG_MSG("Hello World\n");
HEL_DEBUG_MSG("I am %d years old.\n", 28);

The preceding code will output:

Hello World
I am 28 years old.

Note:
Calls to HEL_DEBUG_MSG get removed by the C preprocessor in release mode.


Function Documentation

void hel_DebugSetMessageType ( u32  MessageType  ) 

Select debug message type.

The hel_DebugSetMessageType selects the debug message type. This is necessary, because most emulators handle it differently. To completely turn off debug messages, you must rebuild the project in release mode. See Library Overview for more details on this.

Parameters:
[in] MessageType Message type to activate. This can be one of the following:
See also:
Debug Message Functions


Generated on Fri Aug 17 12:12:38 2007 for HEL Library by  doxygen 1.5.3