/**************************************************************************/
 
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
 
/* Copyright (c) National Instruments 2005. All Rights Reserved.          */
 
/*                                                                        */
 
/* WARNING: Do not add to, delete from, or otherwise modify the contents  */
 
/*          of this include file.                                         */
 
/**************************************************************************/
 
 
 
#include <userint.h>
 
 
 
#ifdef __cplusplus
 
    extern "C" {
 
#endif
 
 
 
     /* Panels and Controls: */
 
 
 
#define  PANEL                           1
 
#define  PANEL_CMD                       2
 
#define  PANEL_TEST                      3       /* callback function: TestCB */
 
#define  PANEL_SEND                      4       /* callback function: Send */
 
#define  PANEL_READ                      5
 
#define  PANEL_EXIT                      6       /* callback function: Exit */
 
#define  PANEL_PORT                      7
 
 
 
 
 
     /* Menu Bars, Menus, and Menu Items: */
 
 
 
          /* (no menu bars in the resource file) */
 
 
 
 
 
     /* Callback Prototypes: */ 
 
 
 
int  CVICALLBACK Exit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
int  CVICALLBACK Send(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
int  CVICALLBACK TestCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
 
 
 
 
#ifdef __cplusplus
 
    }
 
#endif