Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

rs_debug.h File Reference

Include file for the RoboSoc RS_DEBUG debugging macro. More...

Include dependency graph for rs_debug.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define RS_DEBUG(str)   RS_LOG ( RS_NAMESPACE::LA_DEBUG, "DEBUG[On line " << __LINE__ << " in " << __FILE__ << "]: " << str )
 This macro is used to report debug information.


Detailed Description

Include file for the RoboSoc RS_DEBUG debugging macro.

Todo:
Add a macro RS_DEBUG_AREA( area, msg ) that will onle debug certain areas.
Unit:
Library
Revision
1.3
Author
frehe
Date
2000/09/05 11:07:41

Definition in file rs_debug.h.


Define Documentation

#define RS_DEBUG str       RS_LOG ( RS_NAMESPACE::LA_DEBUG, "DEBUG[On line " << __LINE__ << " in " << __FILE__ << "]: " << str )
 

This macro is used to report debug information.

The debug information contains the file and line where the information was reported and also a string with the debug information.

Definition at line 72 of file rs_debug.h.


Generated on Mon Aug 29 08:12:42 2011 for RoboSoc by doxygen1.3-rc3