Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 57 | 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_SAVE 2 |
||
| 19 | #define P1_TIME 3 |
||
| 20 | #define P1_THR 4 |
||
| 21 | #define P1_I2 5 |
||
| 22 | #define P1_NC9 6 |
||
| 23 | #define P1_NC15 7 |
||
| 24 | #define P1_NC14 8 |
||
| 25 | #define P1_NC13 9 |
||
| 26 | #define P1_NC12 10 |
||
| 27 | #define P1_NC11 11 |
||
| 28 | #define P1_NC10 12 |
||
| 29 | #define P1_NC8 13 |
||
| 30 | #define P1_NC7 14 |
||
| 31 | #define P1_NC6 15 |
||
| 32 | #define P1_NC1 16 |
||
| 33 | #define P1_NC2 17 |
||
| 34 | #define P1_NC3 18 |
||
| 35 | #define P1_NC4 19 |
||
| 36 | #define P1_NC5 20 |
||
| 37 | #define P1_NC0 21 |
||
| 38 | #define P1_I1 22 |
||
| 39 | #define P1_HISTO 23 |
||
| 40 | #define P1_L1 24 |
||
| 41 | #define P1_LEDON 25 |
||
| 42 | #define P1_APFILE 26 |
||
| 43 | #define P1_LOG_SCALE 27 |
||
| 44 | #define P1_QUIT 28 |
||
| 45 | #define P1_PRINT 29 |
||
| 46 | #define P1_APPEND 30 |
||
| 47 | #define P1_REPLOT 31 |
||
| 48 | #define P1_COUNT 32 |
||
| 49 | #define P1_START 33 |
||
| 50 | #define P1_INIT 34 |
||
| 51 | #define P1_TIMER 35 /* callback function: TimerCB */ |
||
| 52 | |||
| 53 | #define P2 2 |
||
| 54 | #define P2_SUMMARY 2 |
||
| 55 | #define P2_OFS10 3 |
||
| 56 | #define P2_OFS9 4 |
||
| 57 | #define P2_OFS8 5 |
||
| 58 | #define P2_OFS7 6 |
||
| 59 | #define P2_OFS6 7 |
||
| 60 | #define P2_OFS5 8 |
||
| 61 | #define P2_OFS4 9 |
||
| 62 | #define P2_OFS3 10 |
||
| 63 | #define P2_OFS2 11 |
||
| 64 | #define P2_OFS1 12 |
||
| 65 | |||
| 66 | |||
| 67 | /* Menu Bars, Menus, and Menu Items: */ |
||
| 68 | |||
| 69 | /* (no menu bars in the resource file) */ |
||
| 70 | |||
| 71 | |||
| 72 | /* Callback Prototypes: */ |
||
| 73 | |||
| 74 | int CVICALLBACK TimerCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
||
| 75 | |||
| 76 | |||
| 77 | #ifdef __cplusplus |
||
| 78 | } |
||
| 79 | #endif |