Subversion Repositories Projects

Rev

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

Rev 222 Rev 223
Line 1... Line 1...
1
public interface DUBwiseUIDefinitions
1
public interface DUBwiseUIDefinitions
2
{
2
{
Line 3... Line 3...
3
 
3
 
4
 
4
 
5
    // id for each state - must just be uniq - order isnt important
5
    // id for each state - must just be uniq - order isnt important
6
    public final static byte STATEID_SCANNING         =0;
6
    public final static byte STATEID_INITIAL          =0;
7
    public final static byte STATEID_DEVICESELECT     =1;
7
    public final static byte STATEID_DEVICESELECT     =1;
8
    public final static byte STATEID_MAINMENU         =2;
8
    public final static byte STATEID_MAINMENU         =2;
9
    public final static byte STATEID_MOTORTEST        =3;
9
    public final static byte STATEID_MOTORTEST        =3;
Line 31... Line 31...
31
    public final static byte STATEID_NAMEINPUT        =25;
31
    public final static byte STATEID_NAMEINPUT        =25;
32
    public final static byte STATEID_DATABUFF         =26;
32
    public final static byte STATEID_DATABUFF         =26;
33
    public final static byte STATEID_HORIZON          =27;
33
    public final static byte STATEID_HORIZON          =27;
34
    //public final static byte STATEID_SELECT_SPEED_FORMAT=28;
34
    //public final static byte STATEID_SELECT_SPEED_FORMAT=28;
35
    public final static byte STATEID_STRINGINPUT      =29;
35
    public final static byte STATEID_STRINGINPUT      =29;
-
 
36
    public final static byte STATEID_SCANNING         =30;
-
 
37
    public final static byte LAST_STATEID             =30;
Line 36... Line 38...
36
 
38
 
37
 
39
 
Line 61... Line 63...
61
    public final static byte ACTIONID_WRITE_PARAMS = 19;
63
    public final static byte ACTIONID_WRITE_PARAMS = 19;
62
    public final static byte ACTIONID_UNDO_PARAMS  = 20;
64
    public final static byte ACTIONID_UNDO_PARAMS  = 20;
63
    public final static byte ACTIONID_MAINMENU     = 21;
65
    public final static byte ACTIONID_MAINMENU     = 21;
Line 64... Line 66...
64
   
66
   
-
 
67
 
65
 
68
    public final static byte ACTIONID_HORIZON        = 22;
66
    public final static byte ACTIONID_HORIZON     = 22;
69
    public final static byte ACTIONID_WRITE_PARAM_AS = 23;
67
    // public final static byte ACTIONID_SOUNDTOGGLE  = 23;
70
    // public final static byte ACTIONID_SOUNDTOGGLE  = 23;
68
    // public final static byte ACTIONID_VIBRATOGGLE  = 24;
71
    // public final static byte ACTIONID_VIBRATOGGLE  = 24;
69
    //    public final static byte ACTIONID_GRAPHTOGGLE  = 25;
72
    //    public final static byte ACTIONID_GRAPHTOGGLE  = 25;
Line 98... Line 101...
98
 
101
 
Line 99... Line 102...
99
    public final static byte ACTIONID_QUIT         = 100;
102
    public final static byte ACTIONID_QUIT         = 100;
100
 
103
 
Line 101... Line 104...
101
 
104