Subversion Repositories f9daq

Rev

Rev 225 | Rev 229 | 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  PANEL                            1
  17. #define  PANEL_OPENGUI                    2       /* control type: command, callback function: OpenGuiCB */
  18. #define  PANEL_EXIT                       3       /* control type: command, callback function: ExitCB */
  19. #define  PANEL_STOP                       4       /* control type: command, callback function: StopCB */
  20. #define  PANEL_CONNECT                    5       /* control type: command, callback function: StartCB */
  21. #define  PANEL_INIT                       6       /* control type: command, callback function: StartCB */
  22. #define  PANEL_START                      7       /* control type: command, callback function: StartCB */
  23. #define  PANEL_END                        8       /* control type: command, callback function: StartCB */
  24. #define  PANEL_IP                         9       /* control type: string, callback function: (none) */
  25. #define  PANEL_FILENAME                   10      /* control type: string, callback function: (none) */
  26. #define  PANEL_TIMER                      11      /* control type: timer, callback function: (none) */
  27. #define  PANEL_TWIN1                      12      /* control type: numeric, callback function: (none) */
  28. #define  PANEL_TWIN0                      13      /* control type: numeric, callback function: (none) */
  29. #define  PANEL_TRGLEVEL                   14      /* control type: numeric, callback function: (none) */
  30. #define  PANEL_TRGDELAY                   15      /* control type: numeric, callback function: (none) */
  31. #define  PANEL_RANGE                      16      /* control type: numeric, callback function: (none) */
  32. #define  PANEL_PFREQ                      17      /* control type: numeric, callback function: (none) */
  33. #define  PANEL_SAMPLES                    18      /* control type: numeric, callback function: (none) */
  34. #define  PANEL_NEVE                       19      /* control type: numeric, callback function: (none) */
  35. #define  PANEL_CEVE                       20      /* control type: numeric, callback function: (none) */
  36. #define  PANEL_DECIMATION                 21      /* control type: ring, callback function: (none) */
  37. #define  PANEL_TRIGGER                    22      /* control type: ring, callback function: (none) */
  38. #define  PANEL_ENABLEDOUTPUT              23      /* control type: radioButton, callback function: (none) */
  39. #define  PANEL_DEBUG                      24      /* control type: radioButton, callback function: (none) */
  40. #define  PANEL_CH1                        25      /* control type: radioButton, callback function: (none) */
  41. #define  PANEL_GRAPH                      26      /* control type: graph, callback function: (none) */
  42. #define  PANEL_CH0                        27      /* control type: radioButton, callback function: (none) */
  43. #define  PANEL_TEXTMSG                    28      /* control type: textMsg, callback function: (none) */
  44. #define  PANEL_STDIO                      29      /* control type: textBox, callback function: (none) */
  45.  
  46.  
  47.      /* Control Arrays: */
  48.  
  49.           /* (no control arrays in the resource file) */
  50.  
  51.  
  52.      /* Menu Bars, Menus, and Menu Items: */
  53.  
  54.           /* (no menu bars in the resource file) */
  55.  
  56.  
  57.      /* Callback Prototypes: */
  58.  
  59. int  CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  60. int  CVICALLBACK OpenGuiCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  61. int  CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  62. int  CVICALLBACK StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  63.  
  64.  
  65. #ifdef __cplusplus
  66.     }
  67. #endif
  68.