Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
/*                                                                        */
/* 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  MINIRICH                         1
#define  MINIRICH_GRAPH                   2       /* control type: graph, callback function: (none) */
#define  MINIRICH_CLEAR                   3       /* control type: command, callback function: rich_Histo_ClearCB */
#define  MINIRICH_DRAWRING                4       /* control type: command, callback function: rich_Draw_RingCB */
#define  MINIRICH_CLOSE                   5       /* control type: command, callback function: HidePanelCB */
#define  MINIRICH_STOP                    6       /* control type: command, callback function: (none) */
#define  MINIRICH_START                   7       /* control type: command, callback function: (none) */
#define  MINIRICH_TEST                    8       /* control type: command, callback function: icfa_StartCB */
#define  MINIRICH_THR                     9       /* control type: numeric, callback function: (none) */
#define  MINIRICH_NEVE                    10      /* control type: numeric, callback function: (none) */
#define  MINIRICH_ADD                     11      /* control type: radioButton, callback function: (none) */
#define  MINIRICH_R_MAX                   12      /* control type: numeric, callback function: (none) */
#define  MINIRICH_R_MIN                   13      /* control type: numeric, callback function: (none) */
#define  MINIRICH_PROC                    14      /* control type: scale, callback function: (none) */
#define  MINIRICH_TRIG                    15      /* control type: numeric, callback function: (none) */
#define  MINIRICH_A0A1                    16      /* control type: numeric, callback function: (none) */
#define  MINIRICH_NEVNT                   17      /* control type: numeric, callback function: (none) */
#define  MINIRICH_REFIND                  18      /* control type: numeric, callback function: (none) */
#define  MINIRICH_MINHIT                  19      /* control type: numeric, callback function: (none) */
#define  MINIRICH_MAXZ                    20      /* control type: scale, callback function: SetMaximum */


     /* Control Arrays: */

          /* (no control arrays in the resource file) */


     /* Menu Bars, Menus, and Menu Items: */

          /* (no menu bars in the resource file) */


     /* Callback Prototypes: */

int  CVICALLBACK HidePanelCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK icfa_StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK rich_Draw_RingCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK rich_Histo_ClearCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SetMaximum(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);


#ifdef __cplusplus
    }
#endif