Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

  1. /**************************************************************************/
  2. /* LabWindows/CVI User Interface Resource (UIR) Include File              */
  3. /*                                                                        */
  4. /* WARNING: Do not add to, delete from, or otherwise modify the contents  */
  5. /*          of this include file.                                         */
  6. /**************************************************************************/
  7.  
  8. #include <userint.h>
  9.  
  10. #ifdef __cplusplus
  11.     extern "C" {
  12. #endif
  13.  
  14.      /* Panels and Controls: */
  15.  
  16. #define  P1                               1
  17. #define  P1_EXIT                          2       /* control type: command, callback function: ExitCB */
  18. #define  P1_STOP                          3       /* control type: command, callback function: StopCB */
  19. #define  P1_START                         4       /* control type: command, callback function: StartCB */
  20. #define  P1_CPOSITION                     5       /* control type: numeric, callback function: (none) */
  21. #define  P1_NFI                           6       /* control type: numeric, callback function: (none) */
  22. #define  P1_DFI                           7       /* control type: numeric, callback function: (none) */
  23. #define  P1_FI0                           8       /* control type: numeric, callback function: (none) */
  24. #define  P1_CEVE                          9       /* control type: numeric, callback function: (none) */
  25. #define  P1_DAQTIME                       10      /* control type: numeric, callback function: (none) */
  26. #define  P1_GXY                           11      /* control type: graph, callback function: (none) */
  27. #define  P1_GSUMADC                       12      /* control type: graph, callback function: (none) */
  28. #define  P1_GADC                          13      /* control type: graph, callback function: (none) */
  29. #define  P1_GSINOGRAM                     14      /* control type: graph, callback function: (none) */
  30. #define  P1_PROGRESS                      15      /* control type: slide, callback function: (none) */
  31. #define  P1_STAGELED                      16      /* control type: LED, callback function: (none) */
  32. #define  P1_STDIO                         17      /* control type: textBox, callback function: (none) */
  33. #define  P1_FILENAME                      18      /* control type: string, callback function: (none) */
  34. #define  P1_DEBUG                         19      /* control type: radioButton, callback function: DebugCB */
  35. #define  P1_CH                            20      /* control type: numeric, callback function: RedrawCB */
  36. #define  P1_TIMER                         21      /* control type: timer, callback function: RedrawCB */
  37. #define  P1_DAQRATE                       22      /* control type: strip, callback function: (none) */
  38.  
  39.  
  40.      /* Control Arrays: */
  41.  
  42.           /* (no control arrays in the resource file) */
  43.  
  44.  
  45.      /* Menu Bars, Menus, and Menu Items: */
  46.  
  47.           /* (no menu bars in the resource file) */
  48.  
  49.  
  50.      /* Callback Prototypes: */
  51.  
  52. int  CVICALLBACK DebugCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  53. int  CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  54. int  CVICALLBACK RedrawCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  55. int  CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  56. int  CVICALLBACK StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  57.  
  58.  
  59. #ifdef __cplusplus
  60.     }
  61. #endif
  62.