Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

DialogMsgDebug.cpp File Reference

#include "../Include/FlyLegacy.h"
#include "../Include/Ui.h"
#include "../Include/Utility.h"
#include "../Include/Globals.h"

Go to the source code of this file.

Classes

struct  SMsgDebugDialogData

Functions

static void msg_debug_sync (void)
static void msg_debug_id_cb (puObject *obj)
static void msg_debug_datatype_cb (puObject *obj)
static void msg_debug_send_cb (puObject *obj)
static void msg_debug_close_cb (puObject *obj)
void msg_debug_dlg_create (void)

Variables

char * idlist []
char * typelist []
SMessage msg
static SMsgDebugDialogDatadt = NULL


Function Documentation

static void msg_debug_close_cb puObject *  obj  )  [static]
 

Definition at line 170 of file DialogMsgDebug.cpp.

References SMsgDebugDialogData::dialog.

Referenced by msg_debug_dlg_create().

static void msg_debug_datatype_cb puObject *  obj  )  [static]
 

Definition at line 128 of file DialogMsgDebug.cpp.

References SMessage::dataType, TYPE_INT, and TYPE_REAL.

Referenced by msg_debug_dlg_create().

void msg_debug_dlg_create void   ) 
 

Definition at line 182 of file DialogMsgDebug.cpp.

References SMsgDebugDialogData::close, SMsgDebugDialogData::datatag, SMsgDebugDialogData::datatype, SMsgDebugDialogData::dialog, SMsgDebugDialogData::frame, globals, SMsgDebugDialogData::group, SMsgDebugDialogData::id, idlist, SMsgDebugDialogData::intData, msg_debug_close_cb(), msg_debug_datatype_cb(), msg_debug_id_cb(), msg_debug_send_cb(), msg_debug_sync(), SMsgDebugDialogData::realData, SMsgDebugDialogData::result, SGlobals::screenHeight, SMsgDebugDialogData::send, SMsgDebugDialogData::strDatatag, SMsgDebugDialogData::strGroup, SMsgDebugDialogData::title, typelist, SMsgDebugDialogData::valFloat, and SMsgDebugDialogData::valInt.

Referenced by debug_messaging_cb().

static void msg_debug_id_cb puObject *  obj  )  [static]
 

Definition at line 114 of file DialogMsgDebug.cpp.

References SMessage::id, MSG_GETDATA, and MSG_SETDATA.

Referenced by msg_debug_dlg_create().

static void msg_debug_send_cb puObject *  obj  )  [static]
 

Definition at line 142 of file DialogMsgDebug.cpp.

References SMessage::dataType, SMessage::group, SMessage::intData, msg_debug_sync(), SMessage::realData, SMessage::receiver, SendMessage(), SMsgDebugDialogData::strDatatag, SMsgDebugDialogData::strGroup, StringToTag(), TYPE_INT, TYPE_REAL, SMessage::user, SMsgDebugDialogData::valFloat, and SMsgDebugDialogData::valInt.

Referenced by msg_debug_dlg_create().

static void msg_debug_sync void   )  [static]
 

Definition at line 75 of file DialogMsgDebug.cpp.

References SMsgDebugDialogData::datatype, SMessage::dataType, SMessage::intData, SMsgDebugDialogData::intData, MSG_IGNORED, MSG_PROCESSED, MSG_USED, SMessage::realData, SMsgDebugDialogData::realData, SMsgDebugDialogData::result, SMessage::result, TYPE_INT, and TYPE_REAL.

Referenced by msg_debug_dlg_create(), and msg_debug_send_cb().


Variable Documentation

SMsgDebugDialogData* dt = NULL [static]
 

Definition at line 72 of file DialogMsgDebug.cpp.

char* idlist[]
 

Initial value:

  {
    "SETDATA",
    "GETDATA",
    NULL
  }

Definition at line 35 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create().

SMessage msg
 

Definition at line 70 of file DialogMsgDebug.cpp.

Referenced by CPneumaticSubsystem::Read(), CSwitchSet::Read(), and CDependent::Read().

char* typelist[]
 

Initial value:

  {
    "REAL",
    "INT",
    NULL
  }

Definition at line 42 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create().

SourceForge.net Logo Documentation generated by doxygen