Skip to content

Commit

Permalink
rm unused mcudpsocket
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Kopp <[email protected]>
  • Loading branch information
vifactor committed Nov 16, 2024
1 parent 77c0efc commit 7d26049
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 129 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ add_executable(dlt-viewer
dltmsgqueue.cpp
dltfileindexerthread.cpp
dltfileindexerdefaultfilterthread.cpp
mcudpsocket.cpp
sortfilterproxymodel.cpp
searchform.h
searchform.cpp
Expand Down
65 changes: 0 additions & 65 deletions src/mcudpsocket.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions src/mcudpsocket.h

This file was deleted.

21 changes: 0 additions & 21 deletions src/project.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@
#define PROJECT_H


#include "qdlt.h"
#include "plugintreewidget.h"
#include "qdltipconnection.h"
#include "qdltserialconnection.h"
#include "qdltplugin.h"
#include "qdltsettingsmanager.h"


#include <QTreeWidget>
#include <QDockWidget>
#include <QTcpSocket>
Expand All @@ -38,29 +36,10 @@
#include <QSerialPort>
#include <QPluginLoader>

#if defined(_MSC_VER)
#include <cstdint>
#else
#include <stdint.h>
#endif

#include "settingsdialog.h"
#include "mcudpsocket.h"

extern "C"
{

}

#include "plugininterface.h"

#define DLT_VIEWER_BUFFER_SIZE 256000
#define RCVBUFSIZE 128000 /* Size of receive buffer */
#define RECONNECT_TIMEOUT 3




enum dlt_item_type { ecu_type = QTreeWidgetItem::UserType, application_type, context_type, filter_type, plugin_type };

class EcuItem : public QTreeWidgetItem
Expand Down

0 comments on commit 7d26049

Please sign in to comment.