#include <stdio.h>Include dependency graph for debug.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | IJG_Assert(x) if( !( x ) ) { DebugMessage( "ASSERT FAILED - " #x "\n" ); _asm{ int 3 }; } |
| #define | IJG_AssertMsg(x, msg) if( !( x ) ) { DebugMessage( "ASSERT FAILED - " #x "\n" ); DebugMessage( msg ); _asm{ int 3 }; } |
| #define | KickOut() _asm{ int 3 } |
Functions | |
| void | DebugMessage (const char *message) |
| void | Log (char *fileName, char *format,...) |
| void | LogVector (char *fileName, VectorN &vec, char *szMsg=NULL) |
| void | LogVector (char *fileName, Vector4 &vec, char *szMsg=NULL) |
| void | LogMatrix (char *fileName, Matrixmxn &matrix, char *szMsg=NULL) |
| void | LogMatrix (char *fileName, Matrix4x4 &matrix, char *szMsg=NULL) |
| void | LogMessage (char *fileName, char *szMsg) |
| void | LogConfiguration (char *fileName, Configuration &config) |
| void | LogPath (char *fileName, PA_Points &path) |
|
|
|
Definition at line 30 of file debug.h. Referenced by ServerBase::ParseRobotFile(). |
|
|
Definition at line 33 of file debug.h. Referenced by ServerBase::RefreshPlanner(). |
|
|
|
|
||||||||||||||||
|
Definition at line 31 of file debug.cpp. Referenced by PL_RRT_ClosedChain::CompareJacobianAndRGD(), PL_RRT_ClosedChain::CompareLocalPlanners(), PL_RRT_ClosedChain::ConnectToGoalJacobian(), LogMessage(), LogPath(), PL_ForTest::LogStatistics(), PL_RRT_ClosedChain::OutputStatistics(), and CPassive::ResolveJoints(). |
|
||||||||||||
|
Definition at line 143 of file debug.cpp. References Configuration::DOF(). Referenced by LogPath(). Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 86 of file debug.cpp. References Matrixmxn::GetColumns(), and Matrixmxn::GetRows(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 136 of file debug.cpp. References Log(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 159 of file debug.cpp. References Log(), LogConfiguration(), and PA_Points::Size(). Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 50 of file debug.cpp. References VectorN::Size(). Here is the call graph for this function: ![]() |
1.4.6-NO