Rev 304 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 304 | Rev 313 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #define P2 2 |
35 | #define P2 2 |
| 36 | #define P2_DRAW 2 /* control type: command, callback function: DrawCB */ |
36 | #define P2_DRAW 2 /* control type: command, callback function: DrawCB */ |
| 37 | #define P2_EXIT 3 /* control type: command, callback function: ExitCB */ |
37 | #define P2_EXIT 3 /* control type: command, callback function: ExitCB */ |
| 38 | #define P2_EXIT_2 4 /* control type: command, callback function: Exit2CB */ |
38 | #define P2_EXIT_2 4 /* control type: command, callback function: Exit2CB */ |
| 39 | #define P2_STOP 5 /* control type: command, callback function: StopCB */ |
39 | #define P2_STOP 5 /* control type: command, callback function: StopCB */ |
| - | 40 | #define P2_STATUS 6 /* control type: numeric, callback function: (none) */ |
|
| 40 | #define P2_HUMIDITY |
41 | #define P2_HUMIDITY 7 /* control type: numeric, callback function: (none) */ |
| 41 | #define P2_TMON |
42 | #define P2_TMON 8 /* control type: numeric, callback function: (none) */ |
| 42 | #define P2_GRAPHIV |
43 | #define P2_GRAPHIV 9 /* control type: graph, callback function: (none) */ |
| 43 | #define P2_SETVOLT |
44 | #define P2_SETVOLT 10 /* control type: command, callback function: SETVOLTCB */ |
| 44 | #define P2_DISCONNECT |
45 | #define P2_DISCONNECT 11 /* control type: command, callback function: DisconnectCB */ |
| 45 | #define P2_CONNECT |
46 | #define P2_CONNECT 12 /* control type: command, callback function: ConnectCB */ |
| 46 | #define P2_TSCAN |
47 | #define P2_TSCAN 13 /* control type: command, callback function: TScanCB */ |
| 47 | #define P2_IVSCAN |
48 | #define P2_IVSCAN 14 /* control type: command, callback function: IVSCANCB */ |
| 48 | #define P2_UMAX_4 |
49 | #define P2_UMAX_4 15 /* control type: numeric, callback function: (none) */ |
| 49 | #define P2_UMIN_4 |
50 | #define P2_UMIN_4 16 /* control type: numeric, callback function: (none) */ |
| 50 | #define P2_NSTEPS_4 |
51 | #define P2_NSTEPS_4 17 /* control type: numeric, callback function: (none) */ |
| 51 | #define P2_UMAX_3 |
52 | #define P2_UMAX_3 18 /* control type: numeric, callback function: (none) */ |
| 52 | #define P2_UMIN_3 |
53 | #define P2_UMIN_3 19 /* control type: numeric, callback function: (none) */ |
| 53 | #define P2_NSTEPS_3 |
54 | #define P2_NSTEPS_3 20 /* control type: numeric, callback function: (none) */ |
| 54 | #define P2_RANGE_4 |
55 | #define P2_RANGE_4 21 /* control type: ring, callback function: (none) */ |
| 55 | #define P2_SLCT_4 |
56 | #define P2_SLCT_4 22 /* control type: radioButton, callback function: (none) */ |
| 56 | #define P2_UMAX_2 |
57 | #define P2_UMAX_2 23 /* control type: numeric, callback function: (none) */ |
| 57 | #define P2_UMIN_2 |
58 | #define P2_UMIN_2 24 /* control type: numeric, callback function: (none) */ |
| 58 | #define P2_NSTEPS_2 |
59 | #define P2_NSTEPS_2 25 /* control type: numeric, callback function: (none) */ |
| 59 | #define P2_RANGE_3 |
60 | #define P2_RANGE_3 26 /* control type: ring, callback function: (none) */ |
| 60 | #define P2_SLCT_3 |
61 | #define P2_SLCT_3 27 /* control type: radioButton, callback function: (none) */ |
| 61 | #define P2_UMAX_1 |
62 | #define P2_UMAX_1 28 /* control type: numeric, callback function: (none) */ |
| 62 | #define P2_UMIN_1 |
63 | #define P2_UMIN_1 29 /* control type: numeric, callback function: (none) */ |
| 63 | #define P2_NSTEPS_1 |
64 | #define P2_NSTEPS_1 30 /* control type: numeric, callback function: (none) */ |
| 64 | #define P2_RANGE_2 |
65 | #define P2_RANGE_2 31 /* control type: ring, callback function: (none) */ |
| 65 | #define P2_SLCT_2 |
66 | #define P2_SLCT_2 32 /* control type: radioButton, callback function: (none) */ |
| 66 | #define P2_TIME |
67 | #define P2_TIME 33 /* control type: string, callback function: (none) */ |
| 67 | #define P2_FILENAME |
68 | #define P2_FILENAME 34 /* control type: string, callback function: (none) */ |
| 68 | #define P2_PATH |
69 | #define P2_PATH 35 /* control type: string, callback function: (none) */ |
| 69 | #define P2_RANGE_1 |
70 | #define P2_RANGE_1 36 /* control type: ring, callback function: (none) */ |
| 70 | #define P2_SLCT_1 |
71 | #define P2_SLCT_1 37 /* control type: radioButton, callback function: (none) */ |
| 71 | #define P2_DEBUG |
72 | #define P2_DEBUG 38 /* control type: radioButton, callback function: DebugCB */ |
| 72 | #define P2_REPEAT |
73 | #define P2_REPEAT 39 /* control type: radioButton, callback function: (none) */ |
| 73 | #define P2_LOGSCALE |
74 | #define P2_LOGSCALE 40 /* control type: radioButton, callback function: LogScaleCB */ |
| 74 | #define P2_PRINTX |
75 | #define P2_PRINTX 41 /* control type: command, callback function: Print */ |
| 75 | #define P2_NEXTSCAN |
76 | #define P2_NEXTSCAN 42 /* control type: numeric, callback function: (none) */ |
| 76 | #define P2_VCUR |
77 | #define P2_VCUR 43 /* control type: numeric, callback function: (none) */ |
| 77 | #define P2_VMON |
78 | #define P2_VMON 44 /* control type: numeric, callback function: (none) */ |
| 78 | #define P2_VOLT |
79 | #define P2_VOLT 45 /* control type: numeric, callback function: (none) */ |
| 79 | #define P2_DELAY2 |
80 | #define P2_DELAY2 46 /* control type: numeric, callback function: (none) */ |
| 80 | #define P2_PERIOD |
81 | #define P2_PERIOD 47 /* control type: numeric, callback function: (none) */ |
| 81 | #define P2_DELAY |
82 | #define P2_DELAY 48 /* control type: numeric, callback function: (none) */ |
| 82 | #define P2_TABLE |
83 | #define P2_TABLE 49 /* control type: table, callback function: (none) */ |
| - | 84 | #define P2_OVERFLOW 50 /* control type: LED, callback function: (none) */ |
|
| 83 | #define P2_LED |
85 | #define P2_LED 51 /* control type: LED, callback function: (none) */ |
| 84 | 86 | ||
| 85 | 87 | ||
| 86 | /* Control Arrays: */ |
88 | /* Control Arrays: */ |
| 87 | 89 | ||
| 88 | /* (no control arrays in the resource file) */ |
90 | /* (no control arrays in the resource file) */ |