Subversion Repositories Projects

Rev

Rev 396 | Rev 442 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 396 Rev 440
Line 27... Line 27...
27
#include "../Classes/cSettings.h"
27
#include "../Classes/cSettings.h"
28
#include "../Classes/cConnection.h"
28
#include "../Classes/cConnection.h"
29
#include "../typedefs.h"
29
#include "../typedefs.h"
30
//#include "../Classes/ToolBox.h"
30
//#include "../Classes/ToolBox.h"
31
#include "../global.h"
31
#include "../global.h"
32
#include "../com/Handler.h"
32
#include "../libMK/Handler.h"
Line 33... Line 33...
33
 
33
 
34
class dlg_MotorMixer : public QDialog, public Ui::dlg_MotorMixer_UI
34
class dlg_MotorMixer : public QDialog, public Ui::dlg_MotorMixer_UI
35
{
35
{
Line 45... Line 45...
45
    //Handler for MK-Communication
45
    //Handler for MK-Communication
46
    Handler *handler;
46
    Handler *handler;
Line 47... Line 47...
47
 
47
 
Line 48... Line -...
48
    cSettings *o_Settings;
-
 
49
 
-
 
50
    char TX_Data[150];
-
 
51
 
-
 
52
    int Motor[16][4]; //vgl. typedefs.h
-
 
53
    QString MixerName;
-
 
54
    int MixerVersion;
48
    cSettings *o_Settings;
55
 
49
 
Line 56... Line 50...
56
    void set_MotorData();
50
    void set_MotorData();
57
    void get_MotorData();
51
    void get_MotorData();