7#include <QNetworkInterface>
30 void updateUI(
const QString &message);
46 void initialBluetoothServer();
51 void on_pushButton_Network_Connect_clicked();
52 void on_pushButton_Network_Disconnect_clicked();
53 void on_pushButton_Mahony_Plot_Launch_clicked();
55 void onTCPConnectionSuccessful();
56 void onTCPDisconnectionSuccessful();
57 void onTCPConnectionError();
59 void onUDPServerStartSuccessful();
60 void onUDPServerStopSuccessful();
62 void on_pushButton_Mahony_Plot_Stop_clicked();
64 void on_horizontalSlider_P12PWM0_valueChanged(
int duty_cycle);
65 void on_horizontalSlider_P13PWM1_valueChanged(
int duty_cycle);
66 void on_horizontalSlider_P19PWM2_valueChanged(
int duty_cycle);
67 void on_horizontalSlider_P18PWM3_valueChanged(
int duty_cycle);
69 void on_toolButton_REG_READ_ALL_clicked();
Definition Mahony_Plot.h:10
Definition mainwindow.h:37
void closeEvent(QCloseEvent *event) override
void sig_StartUDPServer(const quint16 &port)
void sig_Mahony_PlottingStop()
void displayReceivedMessage(const QString &message)
Definition mainwindow.cpp:56
MainWindow(QWidget *parent=nullptr)
void sig_StartTCPServer(const QString &IPAddr, const quint16 &Port)
void sig_Mahony_PlottingStart()
void sig_sendMessageToTCP(const uint8_t &action, const uint8_t &data_length, const uint8_t &value)
void updateUI(const QString &message)
Definition mainwindow.cpp:176
TCP Server Class.
Definition TCP.h:14
Definition mainwindow.h:33