Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

  1. /**************************************************************************/
  2. /* LabWindows/CVI User Interface Resource (UIR) Include File              */
  3. /* Copyright (c) National Instruments 2005. 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  PANEL                           1
  18. #define  PANEL_CMD                       2
  19. #define  PANEL_TEST                      3       /* callback function: TestCB */
  20. #define  PANEL_SEND                      4       /* callback function: Send */
  21. #define  PANEL_READ                      5
  22. #define  PANEL_EXIT                      6       /* callback function: Exit */
  23. #define  PANEL_PORT                      7
  24.  
  25.  
  26.      /* Menu Bars, Menus, and Menu Items: */
  27.  
  28.           /* (no menu bars in the resource file) */
  29.  
  30.  
  31.      /* Callback Prototypes: */
  32.  
  33. int  CVICALLBACK Exit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  34. int  CVICALLBACK Send(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  35. int  CVICALLBACK TestCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  36.  
  37.  
  38. #ifdef __cplusplus
  39.     }
  40. #endif
  41.