Rev 53 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 53 | Rev 81 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | /**************************************************************************/ | 
            1 | /**************************************************************************/ | 
          
| 2 | /* LabWindows/CVI User Interface Resource (UIR) Include File              */ | 
            2 | /* LabWindows/CVI User Interface Resource (UIR) Include File              */ | 
          
| 3 | /* Copyright (c) National Instruments 2014. All Rights Reserved.          */ | 
            - | |
| 4 | /*                                                                        */ | 
            3 | /*                                                                        */ | 
          
| 5 | /* WARNING: Do not add to, delete from, or otherwise modify the contents  */ | 
            4 | /* WARNING: Do not add to, delete from, or otherwise modify the contents  */ | 
          
| 6 | /*          of this include file.                                         */ | 
            5 | /*          of this include file.                                         */ | 
          
| 7 | /**************************************************************************/ | 
            6 | /**************************************************************************/ | 
          
| 8 | 7 | ||
| Line 33... | Line 32... | ||
| 33 | #define  P1_RESPONSE                      17      /* control type: textBox, callback function: (none) */ | 
            32 | #define  P1_RESPONSE                      17      /* control type: textBox, callback function: (none) */ | 
          
| 34 | #define  P1_MODE                          18      /* control type: ring, callback function: (none) */ | 
            33 | #define  P1_MODE                          18      /* control type: ring, callback function: (none) */ | 
          
| 35 | #define  P1_EXIT                          19      /* control type: command, callback function: Exit */ | 
            34 | #define  P1_EXIT                          19      /* control type: command, callback function: Exit */ | 
          
| 36 | #define  P1_LED                           20      /* control type: LED, callback function: LedCB */ | 
            35 | #define  P1_LED                           20      /* control type: LED, callback function: LedCB */ | 
          
| 37 | #define  P1_FSELECT                       21      /* control type: command, callback function: FSelect */ | 
            36 | #define  P1_FSELECT                       21      /* control type: command, callback function: FSelect */ | 
          
| - | 37 | #define  P1_VMEINTERFACE                  22      /* control type: ring, callback function: (none) */ | 
          |
| - | 38 | #define  P1_DISCONNECT                    23      /* control type: command, callback function: Disconnect */ | 
          |
| - | 39 | #define  P1_CONNECT                       24      /* control type: command, callback function: Connect */ | 
          |
| 38 | #define  P1_TEXTMSG                        | 
            40 | #define  P1_TEXTMSG                       25      /* control type: textMsg, callback function: (none) */ | 
          
| 39 | 41 | ||
| 40 | 42 | ||
| 41 |      /* Control Arrays: */ | 
            43 |      /* Control Arrays: */ | 
          
| 42 | 44 | ||
| 43 |           /* (no control arrays in the resource file) */ | 
            45 |           /* (no control arrays in the resource file) */ | 
          
| Line 50... | Line 52... | ||
| 50 | 52 | ||
| 51 |      /* Callback Prototypes: */ | 
            53 |      /* Callback Prototypes: */ | 
          
| 52 | 54 | ||
| 53 | int CVICALLBACK Address(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
            55 | int CVICALLBACK Address(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
          
| 54 | int CVICALLBACK Check(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
            56 | int CVICALLBACK Check(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
          
| - | 57 | int CVICALLBACK Connect(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
          |
| - | 58 | int CVICALLBACK Disconnect(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
          |
| 55 | int CVICALLBACK Download(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
            59 | int CVICALLBACK Download(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
          
| 56 | int CVICALLBACK Erase(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
            60 | int CVICALLBACK Erase(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
          
| 57 | int CVICALLBACK Execute(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
            61 | int CVICALLBACK Execute(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
          
| 58 | int CVICALLBACK Exit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
            62 | int CVICALLBACK Exit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
          
| 59 | int CVICALLBACK FSelect(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  | 
            63 | int CVICALLBACK FSelect(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);  |