Subversion Repositories f9daq

Rev

Rev 365 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 365 Rev 368
Line 97... Line 97...
97
#define  P1_TEXTMSG_3                     82      /* control type: textMsg, callback function: (none) */
97
#define  P1_TEXTMSG_3                     82      /* control type: textMsg, callback function: (none) */
98
#define  P1_TEXTMSG_2                     83      /* control type: textMsg, callback function: (none) */
98
#define  P1_TEXTMSG_2                     83      /* control type: textMsg, callback function: (none) */
99
#define  P1_TEXTMSG                       84      /* control type: textMsg, callback function: (none) */
99
#define  P1_TEXTMSG                       84      /* control type: textMsg, callback function: (none) */
100
#define  P1_DECORATION_5                  85      /* control type: deco, callback function: (none) */
100
#define  P1_DECORATION_5                  85      /* control type: deco, callback function: (none) */
101
#define  P1_DECORATION_2                  86      /* control type: deco, callback function: (none) */
101
#define  P1_DECORATION_2                  86      /* control type: deco, callback function: (none) */
102
#define  P1_TIMEOUT                       87      /* control type: timer, callback function: LTS_Timeout */
-
 
103
#define  P1_TIMER                         88      /* control type: timer, callback function: TimerCB */
102
#define  P1_TIMER                         87      /* control type: timer, callback function: TimerCB */
104
#define  P1_DECORATION_4                  89      /* control type: deco, callback function: (none) */
103
#define  P1_DECORATION_4                  88      /* control type: deco, callback function: (none) */
105
#define  P1_STOPSCAN                      90      /* control type: command, callback function: (none) */
104
#define  P1_STOPSCAN                      89      /* control type: command, callback function: (none) */
106
#define  P1_SCAN                          91      /* control type: command, callback function: (none) */
105
#define  P1_SCAN                          90      /* control type: command, callback function: (none) */
107
#define  P1_IZ                            92      /* control type: numeric, callback function: (none) */
106
#define  P1_IZ                            91      /* control type: numeric, callback function: (none) */
108
#define  P1_IY                            93      /* control type: numeric, callback function: (none) */
107
#define  P1_IY                            92      /* control type: numeric, callback function: (none) */
109
#define  P1_IX                            94      /* control type: numeric, callback function: (none) */
108
#define  P1_IX                            93      /* control type: numeric, callback function: (none) */
110
#define  P1_NZ                            95      /* control type: numeric, callback function: (none) */
109
#define  P1_NZ                            94      /* control type: numeric, callback function: (none) */
111
#define  P1_NY                            96      /* control type: numeric, callback function: (none) */
110
#define  P1_NY                            95      /* control type: numeric, callback function: (none) */
112
#define  P1_NX                            97      /* control type: numeric, callback function: (none) */
111
#define  P1_NX                            96      /* control type: numeric, callback function: (none) */
113
#define  P1_Z0                            98      /* control type: numeric, callback function: (none) */
112
#define  P1_Z0                            97      /* control type: numeric, callback function: (none) */
114
#define  P1_Y0                            99      /* control type: numeric, callback function: (none) */
113
#define  P1_Y0                            98      /* control type: numeric, callback function: (none) */
115
#define  P1_X0                            100     /* control type: numeric, callback function: (none) */
114
#define  P1_X0                            99      /* control type: numeric, callback function: (none) */
116
#define  P1_DZ                            101     /* control type: numeric, callback function: (none) */
115
#define  P1_DZ                            100     /* control type: numeric, callback function: (none) */
117
#define  P1_DY                            102     /* control type: numeric, callback function: (none) */
116
#define  P1_DY                            101     /* control type: numeric, callback function: (none) */
118
#define  P1_DX                            103     /* control type: numeric, callback function: (none) */
117
#define  P1_DX                            102     /* control type: numeric, callback function: (none) */
119
#define  P1_CBZ                           104     /* control type: radioButton, callback function: (none) */
118
#define  P1_CBZ                           103     /* control type: radioButton, callback function: (none) */
120
#define  P1_CBY                           105     /* control type: radioButton, callback function: (none) */
119
#define  P1_CBY                           104     /* control type: radioButton, callback function: (none) */
121
#define  P1_CBX                           106     /* control type: radioButton, callback function: (none) */
120
#define  P1_CBX                           105     /* control type: radioButton, callback function: (none) */
122
#define  P1_DECORATION_3                  107     /* control type: deco, callback function: (none) */
121
#define  P1_DECORATION_3                  106     /* control type: deco, callback function: (none) */
123
#define  P1_PROGRESS                      108     /* control type: scale, callback function: (none) */
122
#define  P1_PROGRESS                      107     /* control type: scale, callback function: (none) */
124
 
123
 
125
 
124
 
126
     /* Control Arrays: */
125
     /* Control Arrays: */
127
 
126
 
128
          /* (no control arrays in the resource file) */
127
          /* (no control arrays in the resource file) */
Line 133... Line 132...
133
          /* (no menu bars in the resource file) */
132
          /* (no menu bars in the resource file) */
134
 
133
 
135
 
134
 
136
     /* Callback Prototypes: */
135
     /* Callback Prototypes: */
137
 
136
 
138
int  CVICALLBACK LTS_Timeout(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
-
 
139
int  CVICALLBACK TimerCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
137
int  CVICALLBACK TimerCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
140
 
138
 
141
 
139
 
142
#ifdef __cplusplus
140
#ifdef __cplusplus
143
    }
141
    }