Changeset 7374 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Apr 26, 2006, 3:28:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/debug.h
r7165 r7374 16 16 /*! 17 17 * @file debug.h 18 *Handles output to console for different Verbose-Modes.19 20 21 22 23 */18 * @briefHandles output to console for different Verbose-Modes. 19 * 20 * There are two main modes HARD and SOFT. HARD is precessed during compileTime where SOFT is for runtime. 21 * @li HARD: One can choose between different modes. see: // DEFINE_MODULES 22 * @li SOFT: If you want each module can have its own variable for processing. just pass it to DEBUG_MODULE_SOFT 23 */ 24 24 25 25 #ifndef _DEBUG_H … … 114 114 #endif 115 115 #ifndef NO_SHELL 116 #define PRINT_EXEC ShellBuffer::addBufferLineStatic116 #define PRINT_EXEC OrxShell::ShellBuffer::addBufferLineStatic 117 117 #define COUT_EXEC std::cout 118 118 #else /* NO_SHELL */
Note: See TracChangeset
for help on using the changeset viewer.