Subversion Repositories Projects

Rev

Rev 750 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 750 Rev 801
Line 29... Line 29...
29
struct set_DebugData
29
struct set_DebugData
30
{
30
{
31
    QString   Version;
31
    QString   Version;
32
    QString   Label[MAX_DebugData];
32
    QString   Label[MAX_DebugData];
33
    QBitArray Show_Plotter;
33
    QBitArray Show_Plotter;
34
//    QBitArray LogView;
-
 
35
};
34
};
Line 36... Line 35...
36
 
35
 
37
struct set_GUI
36
struct set_GUI
38
{
37
{
Line 42... Line 41...
42
};
41
};
Line 43... Line 42...
43
 
42
 
44
struct set_DATA
43
struct set_DATA
45
{
44
{
46
    int Plotter_Count;
-
 
47
//    int Debug_Intervall;
45
    int Plotter_Count;
48
};
-
 
49
/*
-
 
50
struct set_SERVER
46
};
51
{
-
 
52
    int IP_MAX;
-
 
53
    int IP_ID;
-
 
54
    QString IP[10];
-
 
55
    QString Password;
-
 
56
};
-
 
57
*/
47
 
58
class cSettings
48
class cSettings
59
{
49
{
60
    public:
50
    public:
Line 61... Line 51...
61
        cSettings();
51
        cSettings();
Line 62... Line 52...
62
 
52
 
63
        int Settings_ID;
53
        int Settings_ID;
64
 
54
 
65
        set_GUI       GUI;
-
 
Line 66... Line 55...
66
        set_DebugData DebugData;
55
        set_GUI       GUI;
67
        set_DATA      DATA;
56
        set_DebugData DebugData;
Line 68... Line 57...
68
//        set_SERVER    SERVER;
57
        set_DATA      DATA;