Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7374 in orxonox.OLD for trunk/src/defs/debug.h


Ignore:
Timestamp:
Apr 26, 2006, 3:28:55 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: added new Files shell_completion_plugin for the new Plugin Structure.
Also created the first namespace: OrxShell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/debug.h

    r7165 r7374  
    1616/*!
    1717 * @file debug.h
    18   *  Handles 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 */
     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 */
    2424
    2525#ifndef _DEBUG_H
     
    114114#endif
    115115#ifndef NO_SHELL
    116 #define PRINT_EXEC       ShellBuffer::addBufferLineStatic
     116#define PRINT_EXEC       OrxShell::ShellBuffer::addBufferLineStatic
    117117#define COUT_EXEC        std::cout
    118118#else /* NO_SHELL */
Note: See TracChangeset for help on using the changeset viewer.