30,8 → 30,6 |
#include "../../Global/Kopter.h" |
#include "../../Global/Global.h" |
#include "../../Global/MK_Datatypes.h" |
#include "../../Global/Class_Input/Input.h" |
#include "../../Global/Class_Input/Input_TCP.h" |
#include "../../Global/Class_HandlerMK/HandlerMK.h" |
|
class dlg_MotorMixer : public QDialog, public Ui::dlg_MotorMixer_UI |
40,13 → 38,10 |
|
public: |
dlg_MotorMixer(QWidget *parent = 0); |
void set_Objects(Input *t_Input, cSettings *t_Settings, s_Directorys t_Dir); |
void set_Objects(cSettings *t_Settings, s_Directorys t_Dir); |
void set_MotorConfig(s_MK_Mixer t_Mixer); |
void read_Mixer(); |
private: |
// Object für Kopter-Verbindung |
Input *o_Input; |
|
cSettings *o_Settings; |
|
s_MK_Mixer MK_Mixer; |
64,6 → 59,10 |
void slot_pb_LOAD(); |
void slot_pb_SAVE(); |
void slot_CheckValue(int Wert); |
|
signals: |
void sig_SendData(QString ,int); |
|
}; |
|
#endif // DLG_MOTORMIXER_H |