#include "Tools/Process.h"
Include dependency graph for Debugging.cpp:
Go to the source code of this file.
Functions | |
void | initDebugging (OutMessage *queue, DebugKeyTable *table) |
Sets a pointer to an OutMessage and to a DebugKeyTable to be used by the macros. | |
OutMessage & | getDebugOut () |
Returns a reference to a process wide OutMessage. | |
DebugKeyTable & | getDebugKeyTable () |
Returns a reference to a process wide debug key table. | |
Variables | |
OutMessage * | debugOut [PROCESS_MAX] |
references to outgoing OutMessages | |
DebugKeyTable * | debugKeyTable [PROCESS_MAX] |
references to DebugKeyTables |
Definition in file Debugging.cpp.
|
Sets a pointer to an OutMessage and to a DebugKeyTable to be used by the macros.
Definition at line 18 of file Debugging.cpp. References debugKeyTable, debugOut, and PlatformProcess::getIndex(). Referenced by Process::Process(). |
Here is the call graph for this function:
|
Returns a reference to a process wide OutMessage.
Definition at line 25 of file Debugging.cpp. References debugOut, and PlatformProcess::getIndex(). Referenced by BBInvKinIndividual::dump(), CalibrationIndividual::dump(), BB2004Calibrator::evolve(), GT2004BallLocator::handleMessage(), BB2004InvKinWalkingEngine::learn(), GTXabsl2EngineExecutor::sendDebugMessage(), and GT2004BallLocator::sendProcessModelStates(). |
Here is the call graph for this function:
|
Returns a reference to a process wide debug key table.
Definition at line 30 of file Debugging.cpp. References debugKeyTable, and PlatformProcess::getIndex(). Referenced by GTXabsl2EngineExecutor::executeEngine(), BB2004InvKinWalkingEngine::executeParameterized(), and BB2004InvKinWalkingEngine::updateOdometry(). |
Here is the call graph for this function:
|
references to outgoing OutMessages
Definition at line 12 of file Debugging.cpp. Referenced by getDebugOut(), initDebugging(), Logger::main(), Debug::main(), and Process::Process(). |
|
references to DebugKeyTables
Definition at line 15 of file Debugging.cpp. Referenced by getDebugKeyTable(), initDebugging(), operator<<(), and operator>>(). |