Subversion Repositories f9daq

Rev

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

Rev 203 Rev 210
Line 35... Line 35...
35
#define  PANEL_CH1                        20      /* control type: radioButton, callback function: (none) */
35
#define  PANEL_CH1                        20      /* control type: radioButton, callback function: (none) */
36
#define  PANEL_GRAPH                      21      /* control type: graph, callback function: (none) */
36
#define  PANEL_GRAPH                      21      /* control type: graph, callback function: (none) */
37
#define  PANEL_CH0                        22      /* control type: radioButton, callback function: (none) */
37
#define  PANEL_CH0                        22      /* control type: radioButton, callback function: (none) */
38
#define  PANEL_TRGPOLARITY                23      /* control type: binary, callback function: (none) */
38
#define  PANEL_TRGPOLARITY                23      /* control type: binary, callback function: (none) */
39
#define  PANEL_TEXTMSG                    24      /* control type: textMsg, callback function: (none) */
39
#define  PANEL_TEXTMSG                    24      /* control type: textMsg, callback function: (none) */
-
 
40
#define  PANEL_STDIO                      25      /* control type: textBox, callback function: (none) */
40
 
41
 
41
#define  SCAN                             2
42
#define  SCAN                             2
42
#define  SCAN_BD                          2       /* control type: command, callback function: MoveStageCB */
43
#define  SCAN_BD                          2       /* control type: command, callback function: MoveStageCB */
43
#define  SCAN_BR                          3       /* control type: command, callback function: MoveStageCB */
44
#define  SCAN_BR                          3       /* control type: command, callback function: MoveStageCB */
44
#define  SCAN_GETPOSITION                 4       /* control type: command, callback function: GetCurrentPositionCB */
45
#define  SCAN_GETPOSITION                 4       /* control type: command, callback function: GetCurrentPositionCB */