34 lines
1.0 KiB
C
34 lines
1.0 KiB
C
|
|
/**************************************************************************/
|
||
|
|
/* LabWindows/CVI User Interface Resource (UIR) Include File */
|
||
|
|
/* Copyright (c) National Instruments 2016. 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_COMMANDBUTTON 2 /* callback function: _Read */
|
||
|
|
|
||
|
|
|
||
|
|
/* Menu Bars, Menus, and Menu Items: */
|
||
|
|
|
||
|
|
/* (no menu bars in the resource file) */
|
||
|
|
|
||
|
|
|
||
|
|
/* Callback Prototypes: */
|
||
|
|
|
||
|
|
int CVICALLBACK _Read(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
|
||
|
|
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|