Subversion Repositories Projects

Rev

Rev 261 | Rev 382 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 261 Rev 269
1
public interface DUBwiseUIDefinitions
1
public interface DUBwiseUIDefinitions
2
 
2
 
3
{
3
{
4
 
4
 
5
 
5
 
6
    // colors
6
    // colors
7
    public final static int BG_COLOR_SKIN_DARK  = 0x000000;    
7
    public final static int BG_COLOR_SKIN_DARK  = 0x000000;    
8
    public final static int BG_COLOR_SKIN_LIGHT = 0xFFFFFF;    
8
    public final static int BG_COLOR_SKIN_LIGHT = 0xFFFFFF;    
9
    public final static int FG_COLOR_SKIN_DARK  = 0xFFFFFF;    
9
    public final static int FG_COLOR_SKIN_DARK  = 0xFFFFFF;    
10
    public final static int FG_COLOR_SKIN_LIGHT = 0x000000;    
10
    public final static int FG_COLOR_SKIN_LIGHT = 0x000000;    
11
 
11
 
12
 
12
 
13
 
13
 
14
    // id for each state - must just be uniq - order isnt important
14
    // id for each state - must just be uniq - order isnt important
15
    public final static byte STATEID_INITIAL          =0;
15
    public final static byte STATEID_INITIAL          =0;
16
    public final static byte STATEID_DEVICESELECT     =1;
16
    public final static byte STATEID_DEVICESELECT     =1;
17
    public final static byte STATEID_MAINMENU         =2;
17
    public final static byte STATEID_MAINMENU         =2;
18
    public final static byte STATEID_MOTORTEST        =3;
18
    public final static byte STATEID_MOTORTEST        =3;
19
    public final static byte STATEID_SELECT_PARAMSET  =4;
19
    public final static byte STATEID_SELECT_PARAMSET  =4;
20
    public final static byte STATEID_EDIT_PARAMS      =5;
20
    public final static byte STATEID_EDIT_PARAMS      =5;
21
    public final static byte STATEID_HANDLE_PARAMS    =6;
21
    public final static byte STATEID_HANDLE_PARAMS    =6;
22
    public final static byte STATEID_LCD              =7;
22
    public final static byte STATEID_LCD              =7;
23
    public final static byte STATEID_RAWDEBUG         =8;
23
    public final static byte STATEID_RAWDEBUG         =8;
24
    public final static byte STATEID_KEYCONTROL       =9;
24
    public final static byte STATEID_KEYCONTROL       =9;
25
    public final static byte STATEID_SETTINGSMENU     =10;
25
    public final static byte STATEID_SETTINGSMENU     =10;
26
    public final static byte STATEID_STICKVIEW        =11;
26
    public final static byte STATEID_STICKVIEW        =11;
27
    public final static byte STATEID_CAMMODE          =12;
27
    public final static byte STATEID_CAMMODE          =12;
28
    public final static byte STATEID_READ_PARAMS      =13;
28
    public final static byte STATEID_READ_PARAMS      =13;
29
    public final static byte STATEID_GPSVIEW          =14;
29
    public final static byte STATEID_GPSVIEW          =14;
30
    public final static byte STATEID_FILEOPEN         =15;
30
    public final static byte STATEID_FILEOPEN         =15;
31
    public final static byte STATEID_GRAPH            =16;
31
    public final static byte STATEID_GRAPH            =16;
32
    public final static byte STATEID_CONN_DETAILS     =17;
32
    public final static byte STATEID_CONN_DETAILS     =17;
33
    public final static byte STATEID_IPINPUT          =18;
33
    public final static byte STATEID_IPINPUT          =18;
34
    public final static byte STATEID_PROXY            =19;
34
    public final static byte STATEID_PROXY            =19;
35
    public final static byte STATEID_TRAFFIC          =20;
35
    public final static byte STATEID_TRAFFIC          =20;
36
    public final static byte STATEID_SELECT_COMPORT   =21;
36
    public final static byte STATEID_SELECT_COMPORT   =21;
37
    public final static byte STATEID_ABOUT            =22;
37
    public final static byte STATEID_ABOUT            =22;
38
    public final static byte STATEID_ERROR_MSG        =23;
38
    public final static byte STATEID_ERROR_MSG        =23;
39
    public final static byte STATEID_FLASHING         =24;
39
    public final static byte STATEID_FLASHING         =24;
40
    public final static byte STATEID_NAMEINPUT        =25;
40
    public final static byte STATEID_NAMEINPUT        =25;
41
    public final static byte STATEID_DATABUFF         =26;
41
    public final static byte STATEID_DATABUFF         =26;
42
    public final static byte STATEID_HORIZON          =27;
42
    public final static byte STATEID_HORIZON          =27;
43
    public final static byte STATEID_SUCCESS_MSG      =28;
43
    public final static byte STATEID_SUCCESS_MSG      =28;
44
    public final static byte STATEID_STRINGINPUT      =29;
44
    public final static byte STATEID_STRINGINPUT      =29;
45
    public final static byte STATEID_SCANNING         =30;
45
    public final static byte STATEID_SCANNING         =30;
46
    public final static byte STATEID_RESET_PARAMS     =31;
46
    public final static byte STATEID_RESET_PARAMS     =31;
47
    public final static byte STATEID_PARAM_MENU       =32;
47
    public final static byte STATEID_PARAM_MENU       =32;
48
    public final static byte STATEID_PARAM_MASSWRITE  =33;
48
    public final static byte STATEID_PARAM_MASSWRITE  =33;
49
    public final static byte STATEID_SELECT_FIRMWARE  =34;
49
    public final static byte STATEID_SELECT_FIRMWARE  =34;
50
    public final static byte STATEID_SHOWPHONEGPS     =35;
50
    public final static byte STATEID_SHOWPHONEGPS     =35;
51
 
-
 
-
 
51
    public final static byte STATEID_SETTING_OPTIONS  =36;
52
    public final static byte STATEID_COUNT            =36;
52
    public final static byte STATEID_COUNT            =37;
53
 
53
 
54
 
54
 
55
 
55
 
56
    public final static byte ACTIONID_SETTINGS              = 0;
56
    public final static byte ACTIONID_SETTINGS              = 0;
57
    public final static byte ACTIONID_DEVICESELECT          = 1;
57
    public final static byte ACTIONID_DEVICESELECT          = 1;
58
    public final static byte ACTIONID_DEBUG                 = 2;
58
    public final static byte ACTIONID_DEBUG                 = 2;
59
    public final static byte ACTIONID_CONN_DETAILS          = 3;
59
    public final static byte ACTIONID_CONN_DETAILS          = 3;
60
    public final static byte ACTIONID_SWITCH_NC             = 4;
60
    public final static byte ACTIONID_SWITCH_NC             = 4;
61
    public final static byte ACTIONID_SWITCH_FC             = 5;
61
    public final static byte ACTIONID_SWITCH_FC             = 5;
62
    public final static byte ACTIONID_GRAPH                 = 6;
62
    public final static byte ACTIONID_GRAPH                 = 6;
63
    public final static byte ACTIONID_LCD                   = 7;
63
    public final static byte ACTIONID_LCD                   = 7;
64
    public final static byte ACTIONID_RAWDEBUG              = 8;
64
    public final static byte ACTIONID_RAWDEBUG              = 8;
65
    public final static byte ACTIONID_RCDATA                = 9;
65
    public final static byte ACTIONID_RCDATA                = 9;
66
    public final static byte ACTIONID_KEYCONTROL            = 10;
66
    public final static byte ACTIONID_KEYCONTROL            = 10;
67
    public final static byte ACTIONID_MOTORTEST             = 11;
67
    public final static byte ACTIONID_MOTORTEST             = 11;
68
    public final static byte ACTIONID_EDIT_PARAMS           = 12;
68
    public final static byte ACTIONID_EDIT_PARAMS           = 12;
69
    public final static byte ACTIONID_CAM                   = 13;
69
    public final static byte ACTIONID_CAM                   = 13;
70
    public final static byte ACTIONID_PROXY                 = 14;
70
    public final static byte ACTIONID_PROXY                 = 14;
71
    public final static byte ACTIONID_GPSDATA               = 15;
71
    public final static byte ACTIONID_GPSDATA               = 15;
72
    public final static byte ACTIONID_TRAFFIC               = 16;
72
    public final static byte ACTIONID_TRAFFIC               = 16;
73
    public final static byte ACTIONID_ABOUT                 = 17;
73
    public final static byte ACTIONID_ABOUT                 = 17;
74
    public final static byte ACTIONID_NC_ERRORS             = 18;
74
    public final static byte ACTIONID_NC_ERRORS             = 18;
75
    public final static byte ACTIONID_WRITE_PARAMS          = 19;
75
    public final static byte ACTIONID_WRITE_PARAMS          = 19;
76
    public final static byte ACTIONID_UNDO_PARAMS           = 20;
76
    public final static byte ACTIONID_UNDO_PARAMS           = 20;
77
    public final static byte ACTIONID_MAINMENU              = 21;
77
    public final static byte ACTIONID_MAINMENU              = 21;
78
    public final static byte ACTIONID_HORIZON               = 22;
78
    public final static byte ACTIONID_HORIZON               = 22;
79
    public final static byte ACTIONID_WRITE_PARAM_AS        = 23;
79
    public final static byte ACTIONID_WRITE_PARAM_AS        = 23;
80
    public final static byte ACTIONID_PARAM_WRITE_OK        = 24;
80
    public final static byte ACTIONID_PARAM_WRITE_OK        = 24;
81
    public final static byte ACTIONID_PARAM_MENU            = 25;
81
    public final static byte ACTIONID_PARAM_MENU            = 25;
82
    public final static byte ACTIONID_PARAM_LOAD_MOBILE     = 26;
82
    public final static byte ACTIONID_PARAM_LOAD_MOBILE     = 26;
83
    public final static byte ACTIONID_PARAM_COPY_MOBILE     = 27;
83
    public final static byte ACTIONID_PARAM_COPY_MOBILE     = 27;
84
    public final static byte ACTIONID_DATABUFF              = 28;
84
    public final static byte ACTIONID_DATABUFF              = 28;
85
    public final static byte ACTIONID_SWITCH_MK3MAG         = 29;
85
    public final static byte ACTIONID_SWITCH_MK3MAG         = 29;
86
    public final static byte ACTIONID_CONNECT_TCP           = 30;
86
    public final static byte ACTIONID_CONNECT_TCP           = 30;
87
    public final static byte ACTIONID_SCAN_BT               = 31;
87
    public final static byte ACTIONID_SCAN_BT               = 31;
88
    public final static byte ACTIONID_SELECT_COM            = 32;
88
    public final static byte ACTIONID_SELECT_COM            = 32;
89
    public final static byte ACTIONID_PROXY_INPUT           = 33;
89
    public final static byte ACTIONID_PROXY_INPUT           = 33;
90
    public final static byte ACTIONID_FLASH                 = 34;
90
    public final static byte ACTIONID_FLASH                 = 34;
91
    public final static byte ACTIONID_RESET_PARAMS          = 35;
91
    public final static byte ACTIONID_RESET_PARAMS          = 35;
92
    public final static byte ACTIONID_BACK_TO_CONNDETAILS   = 36;    
92
    public final static byte ACTIONID_BACK_TO_CONNDETAILS   = 36;    
93
    public final static byte ACTIONID_SELECT_PARAMS         = 37;    
93
    public final static byte ACTIONID_SELECT_PARAMS         = 37;    
94
    public final static byte ACTIONID_RENAME_PARAMS         = 38;
94
    public final static byte ACTIONID_RENAME_PARAMS         = 38;
95
    public final static byte ACTIONID_SELECT_FIRMWARE       = 39;
95
    public final static byte ACTIONID_SELECT_FIRMWARE       = 39;
96
    public final static byte ACTIONID_UPDATE_DUBWISE        = 40;
96
    public final static byte ACTIONID_UPDATE_DUBWISE        = 40;
97
    public final static byte ACTIONID_SHOWPHONEGPS          = 41;
97
    public final static byte ACTIONID_SHOWPHONEGPS          = 41;
-
 
98
    public final static byte ACTIONID_RECONNECT             = 42;
-
 
99
    public final static byte ACTIONID_SETTING_OPTIONS       = 43;
-
 
100
    public final static byte ACTIONID_SETTING_LOADPLAIN     = 44;
-
 
101
    public final static byte ACTIONID_SETTING_LOADFANCY     = 45;
-
 
102
 
98
    public final static byte ACTIONID_QUIT                  = 100;
103
    public final static byte ACTIONID_QUIT                  = 100;
99
 
104
 
100
 
105
 
101
 
106
 
102
 
107
 
103
    //    public  final static String[] param_menu_items={"Edit Settings","Copy all to Mobile","Load from Mobile","Reinitialize all","back"};
108
    //    public  final static String[] param_menu_items={"Edit Settings","Copy all to Mobile","Load from Mobile","Reinitialize all","back"};
104
 
109
 
105
 
110
 
106
 
111
 
107
 
112
 
108
 
113
 
109
 
114
 
110
 
115
 
111
 
116
 
112
    /*
117
    /*
113
    public final static String[] conn_details_menu_items={ "packet Traffic","view Data","connect via TCP/IP","connect via BT","connect via COM","set Proxy","back" };
118
    public final static String[] conn_details_menu_items={ "packet Traffic","view Data","connect via TCP/IP","connect via BT","connect via COM","set Proxy","back" };
114
    public  final static byte[]  conn_details_menu_actions={ ACTIONID_TRAFFIC,ACTIONID_DATABUFF,ACTIONID_CONNECT_TCP,ACTIONID_SCAN_BT, ACTIONID_SELECT_COM,ACTIONID_PROXY_INPUT,ACTIONID_MAINMENU};
119
    public  final static byte[]  conn_details_menu_actions={ ACTIONID_TRAFFIC,ACTIONID_DATABUFF,ACTIONID_CONNECT_TCP,ACTIONID_SCAN_BT, ACTIONID_SELECT_COM,ACTIONID_PROXY_INPUT,ACTIONID_MAINMENU};
115
    */
120
    */
116
 
121
 
117
 
122
 
118
 
123
 
119
    final static byte SKINID_DARK= 0;
124
    final static byte SKINID_DARK= 0;
120
    final static byte SKINID_LIGHT = 1;
125
    final static byte SKINID_LIGHT = 1;
121
 
126
 
122
 
127
 
123
 
128
 
124
    final static String[] credits= {
129
    final static String[] credits= {
125
//#expand "About DUBwise v%VERSION%",
130
//#expand "About DUBwise v%VERSION%",
126
        "",
131
        "",
127
        "",
132
        "",
128
        "Digital UFO",
133
        "Digital UFO",
129
        "Broadcasting With ",
134
        "Broadcasting With ",
130
        "Byteelligent Service",
135
        "Byteelligent Service",
131
        "Equipment",
136
        "Equipment",
132
        "",
137
        "",
133
        "2007-2008 by ",
138
        "2007-2008 by ",
134
        "Marcus LiGi B"+(char)(252)+"schleb",
139
        "Marcus LiGi B"+(char)(252)+"schleb",
135
        "mailto:ligi"+"@"+"ligi.de",
140
        "mailto:ligi"+"@"+"ligi.de",
136
        "",
141
        "",
137
        "Licence:",
142
        "Licence:",
138
        "Creative Commons(CC)",
143
        "Creative Commons(CC)",
139
        " -Attribution",
144
        " -Attribution",
140
        " -Noncommercial",
145
        " -Noncommercial",
141
        " -Share Alike",
146
        " -Share Alike",
142
        " -No Violence",
147
        " -No Violence",
143
        " ",
148
        " ",
144
        "Credits: ",
149
        "Credits: ",
145
        " -HolgerB&IngoB",
150
        " -HolgerB&IngoB",
146
        " -CaScAdE",
151
        " -CaScAdE",
147
        " -Orion8",
152
        " -Orion8",
148
        " -Joko",
153
        " -Joko",
149
        " -Speedy",
154
        " -Speedy",
150
        " -Jamiro",
155
        " -Jamiro",
151
        "",
156
        "",
152
        "More Infos:",
157
        "More Infos:",
153
        " www.ligi.de",
158
        " www.ligi.de",
154
        " www.mikrokopter.com"};
159
        " www.mikrokopter.com"};
155
               
160
               
156
 
161
 
157
    public final static char[] idle_seq={'.','_','-','='};
162
    public final static char[] idle_seq={'.','_','-','='};
158
 
163
 
159
 
164
 
160
    public final static int[] default_ip={192,168,1,42,4242};
165
    public final static int[] default_ip={192,168,1,42,4242};
161
 
166
 
162
 
167
 
163
 
168
 
164
 
169
 
165
}
170
}
166
 
171