Rev 31 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 31 | f9daq | 1 | /**************************************************************************/ |
| 2 | /* LabWindows/CVI User Interface Resource (UIR) Include File */ |
||
| 3 | /* Copyright (c) National Instruments 2014. All Rights Reserved. */ |
||
| 4 | /* */ |
||
| 5 | /* WARNING: Do not add to, delete from, or otherwise modify the contents */ |
||
| 6 | /* of this include file. */ |
||
| 7 | /**************************************************************************/ |
||
| 8 | |||
| 9 | #include <userint.h> |
||
| 10 | |||
| 11 | #ifdef __cplusplus |
||
| 12 | extern "C" { |
||
| 13 | #endif |
||
| 14 | |||
| 15 | /* Panels and Controls: */ |
||
| 16 | |||
| 17 | #define P1 1 |
||
| 18 | #define P1_AMPDISSHTHR 2 |
||
| 19 | #define P1_EXIT 3 |
||
| 20 | #define P1_ADC 4 |
||
| 21 | #define P1_TDC 5 |
||
| 22 | #define P1_RESET 6 |
||
| 23 | #define P1_CEVE 7 |
||
| 24 | #define P1_NMIN 8 |
||
| 25 | #define P1_NEVE 9 |
||
| 26 | #define P1_FRAC 10 |
||
| 27 | #define P1_TDCMIN 11 |
||
| 28 | #define P1_PEDESTAL 12 |
||
| 29 | #define P1_ADCHLSAVE 13 |
||
| 30 | #define P1_ADCHL 14 |
||
| 31 | #define P1_ADCLOG 15 |
||
| 32 | #define P1_TDCLOG 16 |
||
| 33 | #define P1_TDCHL 17 |
||
| 34 | #define P1_DAQ 18 |
||
| 35 | #define P1_SUPR 19 |
||
| 36 | #define P1_DSAVE 20 |
||
| 37 | #define P1_DFILE 21 |
||
| 38 | #define P1_IY 22 |
||
| 39 | #define P1_Z 23 |
||
| 40 | #define P1_Y 24 |
||
| 41 | #define P1_YMIN 25 |
||
| 42 | #define P1_IX 26 |
||
| 43 | #define P1_YSTEP 27 |
||
| 44 | #define P1_X 28 |
||
| 45 | #define P1_NY 29 |
||
| 46 | #define P1_ZSET 30 |
||
| 47 | #define P1_XMIN 31 |
||
| 48 | #define P1_XSTEP 32 |
||
| 49 | #define P1_NX 33 |
||
| 50 | #define P1_MGET 34 |
||
| 51 | #define P1_REREAD 35 |
||
| 52 | #define P1_HO 36 |
||
| 53 | #define P1_PLCH 37 |
||
| 54 | #define P1_NEWF 38 |
||
| 55 | #define P1_REFON 39 |
||
| 56 | #define P1_REFRESH 40 |
||
| 57 | #define P1_DEBUG 41 |
||
| 58 | #define P1_SAMPDISSHTHR 42 |
||
| 59 | #define P1_STHRLOW 43 |
||
| 60 | #define P1_STHRUP 44 |
||
| 61 | #define P1_STEP 45 |
||
| 37 | f9daq | 62 | #define P1_SBIAS 46 |
| 63 | #define P1_BIAS 47 |
||
| 64 | #define P1_ASD8THR 48 |
||
| 65 | #define P1_TIMER 49 /* callback function: cb_timer */ |
||
| 66 | #define P1_DECORATION 50 |
||
| 67 | #define P1_TEXTMSG 51 |
||
| 68 | #define P1_TEXTMSG_2 52 |
||
| 69 | #define P1_TEXTMSG_3 53 |
||
| 70 | #define P1_TEXTMSG_4 54 |
||
| 71 | #define P1_TEXTMSG_5 55 |
||
| 72 | #define P1_TEXTMSG_6 56 |
||
| 31 | f9daq | 73 | |
| 74 | |||
| 75 | /* Menu Bars, Menus, and Menu Items: */ |
||
| 76 | |||
| 77 | /* (no menu bars in the resource file) */ |
||
| 78 | |||
| 79 | |||
| 80 | /* Callback Prototypes: */ |
||
| 81 | |||
| 82 | int CVICALLBACK cb_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
||
| 83 | |||
| 84 | |||
| 85 | #ifdef __cplusplus |
||
| 86 | } |
||
| 87 | #endif |