Alex exoskeleton
ALEX SoftwareDocumentation
Macros
DebugMacro.h File Reference
#include <iostream>
Include dependency graph for DebugMacro.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NOROBOT
 Defines some macros for debugging output. More...
 
#define DEBUG
 
#define DEBUG_OUT(x)   (std::cout << x << std::endl);
 

Macro Definition Documentation

#define DEBUG

Definition at line 9 of file DebugMacro.h.

#define DEBUG_OUT (   x)    (std::cout << x << std::endl);

Definition at line 11 of file DebugMacro.h.

#define NOROBOT

Defines some macros for debugging output.

Definition at line 8 of file DebugMacro.h.