Include dependency graph for rs_debug.h:

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

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. | |
Definition in file rs_debug.h.
|
|
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. |
1.3-rc3