#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 SMsgDebugDialogData * | dt = NULL |
|
|
Definition at line 170 of file DialogMsgDebug.cpp. References SMsgDebugDialogData::dialog. Referenced by msg_debug_dlg_create(). |
|
|
Definition at line 128 of file DialogMsgDebug.cpp. References SMessage::dataType, TYPE_INT, and TYPE_REAL. Referenced by msg_debug_dlg_create(). |
|
|
|
Definition at line 114 of file DialogMsgDebug.cpp. References SMessage::id, MSG_GETDATA, and MSG_SETDATA. Referenced by msg_debug_dlg_create(). |
|
|
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(). |
|
|
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(). |
|
|
Definition at line 72 of file DialogMsgDebug.cpp. |
|
|
Initial value:
{
"SETDATA",
"GETDATA",
NULL
}
Definition at line 35 of file DialogMsgDebug.cpp. Referenced by msg_debug_dlg_create(). |
|
|
Definition at line 70 of file DialogMsgDebug.cpp. Referenced by CPneumaticSubsystem::Read(), CSwitchSet::Read(), and CDependent::Read(). |
|
|
Initial value:
{
"REAL",
"INT",
NULL
}
Definition at line 42 of file DialogMsgDebug.cpp. Referenced by msg_debug_dlg_create(). |
|
|
Documentation generated by
|