Subversion Repositories Projects

Rev

Rev 674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 674 Rev 750
Line 42... Line 42...
42
};
42
};
Line 43... Line 43...
43
 
43
 
44
struct set_DATA
44
struct set_DATA
45
{
45
{
46
    int Plotter_Count;
46
    int Plotter_Count;
47
    int Debug_Intervall;
47
//    int Debug_Intervall;
48
};
48
};
49
 
49
/*
50
struct set_SERVER
50
struct set_SERVER
51
{
51
{
52
    int IP_MAX;
52
    int IP_MAX;
53
    int IP_ID;
53
    int IP_ID;
54
    QString IP[10];
54
    QString IP[10];
55
    QString Password;
55
    QString Password;
56
};
56
};
57
 
57
*/
58
class cSettings
58
class cSettings
59
{
59
{
60
    public:
60
    public:
Line 61... Line 61...
61
        cSettings();
61
        cSettings();
Line 62... Line 62...
62
 
62
 
63
        int Settings_ID;
63
        int Settings_ID;
64
 
64
 
65
        set_GUI       GUI;
65
        set_GUI       GUI;
Line 66... Line 66...
66
        set_DebugData DebugData;
66
        set_DebugData DebugData;
67
        set_DATA      DATA;
67
        set_DATA      DATA;
Line 68... Line 68...
68
        set_SERVER    SERVER;
68
//        set_SERVER    SERVER;