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  PANEL                            1
#define  PANEL_OPENGUI                    2       /* control type: command, callback function: OpenGuiCB */
#define  PANEL_EXIT                       3       /* control type: command, callback function: ExitCB */
#define  PANEL_STOP                       4       /* control type: command, callback function: StopCB */
#define  PANEL_CONNECT                    5       /* control type: command, callback function: StartCB */
#define  PANEL_INIT                       6       /* control type: command, callback function: StartCB */
#define  PANEL_START                      7       /* control type: command, callback function: StartCB */
#define  PANEL_END                        8       /* control type: command, callback function: StartCB */
#define  PANEL_IP                         9       /* control type: string, callback function: (none) */
#define  PANEL_FILENAME                   10      /* control type: string, callback function: (none) */
#define  PANEL_TIMER                      11      /* control type: timer, callback function: (none) */
#define  PANEL_TWIN1                      12      /* control type: numeric, callback function: (none) */
#define  PANEL_TWIN0                      13      /* control type: numeric, callback function: (none) */
#define  PANEL_TRGLEVEL                   14      /* control type: numeric, callback function: (none) */
#define  PANEL_TRGDELAY                   15      /* control type: numeric, callback function: (none) */
#define  PANEL_RANGE                      16      /* control type: numeric, callback function: (none) */
#define  PANEL_PFREQ                      17      /* control type: numeric, callback function: (none) */
#define  PANEL_SAMPLES                    18      /* control type: numeric, callback function: (none) */
#define  PANEL_NEVE                       19      /* control type: numeric, callback function: (none) */
#define  PANEL_CEVE                       20      /* control type: numeric, callback function: (none) */
#define  PANEL_DECIMATION                 21      /* control type: ring, callback function: (none) */
#define  PANEL_TRIGGER                    22      /* control type: ring, callback function: (none) */
#define  PANEL_ENABLEDOUTPUT              23      /* control type: radioButton, callback function: (none) */
#define  PANEL_DEBUG                      24      /* control type: radioButton, callback function: (none) */
#define  PANEL_CH1                        25      /* control type: radioButton, callback function: (none) */
#define  PANEL_GRAPH                      26      /* control type: graph, callback function: (none) */
#define  PANEL_CH0                        27      /* control type: radioButton, callback function: (none) */
#define  PANEL_TEXTMSG                    28      /* control type: textMsg, callback function: (none) */
#define  PANEL_STDIO                      29      /* control type: textBox, callback function: (none) */


     /* 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 ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK OpenGuiCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);


#ifdef __cplusplus
    }
#endif