#include "Representations/Motion/JointDataBuffer.h"
#include "GT2005LEDControl.h"
#include "Tools/Player.h"
#include "Tools/RobotConfiguration.h"
#include "Platform/GTAssert.h"
#include "Tools/Debugging/Debugging.h"
#include "Tools/Debugging/DebugDataTable.h"
Include dependency graph for GT2005LEDControl.cpp:

Go to the source code of this file.
Defines | |
| #define | SHOWLED(nameon, nameoff, tmp) |
Max Risler
Michael Wachter
Definition in file GT2005LEDControl.cpp.
|
|
Value: { bool enabled = true; \
DEBUG_RESPONSE(name, enabled = true;); \
DEBUG_RESPONSE(name, enabled = false;); \
if (enabled) \
show##tmp##(); \
}
Definition at line 328 of file GT2005LEDControl.cpp. |
1.3.6