#include <MyDebug.h>
Public Member Functions | |
MyDebug () | |
~MyDebug () | |
Static Public Member Functions | |
BOOL | Send (char *message) |
void | Start () |
BOOL | FindServer () |
BOOL | SendEvent (char *tabName, char *message,...) |
BOOL | SendLine (char *tabName, char *message,...) |
Static Public Attributes | |
HWND | hWndServer = NULL |
Protocole client<->serveur: header "tabName" text header = {line,#event}
Definition at line 43 of file MyDebug.h.
|
Definition at line 58 of file MyDebug.h. References Start(). |
|
|
|
Definition at line 75 of file MyDebug.h. References BOOL(), and hWndServer. Referenced by Start(). |
|
Definition at line 48 of file MyDebug.h. References BOOL(), and hWndServer. Referenced by SendEvent(), and SendLine(). |
|
Definition at line 81 of file MyDebug.h. References BOOL(), buffer, and Send(). Referenced by ControlEngine::Proc(), and Picking::Test(). |
|
Definition at line 94 of file MyDebug.h. References BOOL(), buffer, and Send(). Referenced by OpenGL_TestError(). |
|
Definition at line 67 of file MyDebug.h. References FindServer(), and hWndServer. |
|
Definition at line 20 of file MyDebug.cpp. Referenced by FindServer(), Send(), and Start(). |