Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
/* Copyright (c) National Instruments 2014. 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  P4                              1
#define  P4_CEVE                         2
#define  P4_NEVE                         3
#define  P4_VERBOSE                      4
#define  P4_NALL                         5
#define  P4_CBL                          6
#define  P4_HIDE                         7       /* callback function: HidePanelCB */
#define  P4_BIAS2                        8
#define  P4_BIAS1                        9
#define  P4_ADDR                         10
#define  P4_MASK                         11
#define  P4_FILENAME                     12
#define  P4_STOP                         13
#define  P4_DAQ                          14
#define  P4_GRAPH                        15
#define  P4_ADCCH                        16      /* callback function: HDrawCB */
#define  P4_FRACTION                     17
#define  P4_PROGRESS                     18
#define  P4_ETA                          19
#define  P4_HDISPLAY                     20      /* callback function: HDrawCB */


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

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


  /* Callback Prototypes: */

  int  CVICALLBACK HDrawCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
  int  CVICALLBACK HidePanelCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);


#ifdef __cplusplus
}
#endif