Subversion Repositories f9daq

Rev

Go to most recent revision | Blame | Compare with Previous | 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  PA                               1
  17. #define  PA_EXIT                          2       /* control type: command, callback function: ExitCB */
  18. #define  PA_STOP                          3       /* control type: command, callback function: StopCB */
  19. #define  PA_START                         4       /* control type: command, callback function: StartCB */
  20. #define  PA_TSET                          5       /* control type: numeric, callback function: (none) */
  21. #define  PA_TMON                          6       /* control type: numeric, callback function: (none) */
  22. #define  PA_DEBUG_1                       7       /* control type: radioButton, callback function: (none) */
  23. #define  PA_LOG                           8       /* control type: radioButton, callback function: (none) */
  24. #define  PA_GRAPH_VMON                    9       /* control type: strip, callback function: (none) */
  25. #define  PA_GRAPH_3                       10      /* control type: strip, callback function: (none) */
  26. #define  PA_GRAPH                         11      /* control type: strip, callback function: (none) */
  27. #define  PA_FNAME                         12      /* control type: string, callback function: (none) */
  28. #define  PA_ONOFF                         13      /* control type: binary, callback function: SwitchOnOffCB */
  29. #define  PA_CHANNEL                       14      /* control type: numeric, callback function: SelectChannelCB */
  30. #define  PA_IMAX                          15      /* control type: numeric, callback function: (none) */
  31. #define  PA_VMAX                          16      /* control type: numeric, callback function: (none) */
  32. #define  PA_VSET                          17      /* control type: numeric, callback function: (none) */
  33. #define  PA_VMON                          18      /* control type: numeric, callback function: (none) */
  34. #define  PA_ISET                          19      /* control type: numeric, callback function: (none) */
  35. #define  PA_POLAR                         20      /* control type: ring, callback function: (none) */
  36. #define  PA_IMON                          21      /* control type: numeric, callback function: (none) */
  37. #define  PA_CVCC                          22      /* control type: LED, callback function: (none) */
  38. #define  PA_PRESET                        23      /* control type: numeric, callback function: SetPresetCB */
  39.  
  40.  
  41.      /* Control Arrays: */
  42.  
  43.           /* (no control arrays in the resource file) */
  44.  
  45.  
  46.      /* Menu Bars, Menus, and Menu Items: */
  47.  
  48.           /* (no menu bars in the resource file) */
  49.  
  50.  
  51.      /* Callback Prototypes: */
  52.  
  53. int  CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  54. int  CVICALLBACK SelectChannelCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  55. int  CVICALLBACK SetPresetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  56. int  CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  57. int  CVICALLBACK StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  58. int  CVICALLBACK SwitchOnOffCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  59.  
  60.  
  61. #ifdef __cplusplus
  62.     }
  63. #endif
  64.