⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 33220.h

📁 我做的一个cvi数据采集的程序
💻 H
字号:
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
/* Copyright (c) National Instruments 2006. 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_HAO                       1
#define  PANEL_HAO_COMMANDBUTTON_9       2
#define  PANEL_HAO_QUITBUTTON            3       /* callback function: QUIT */
#define  PANEL_HAO_FSK_Ext1              4       /* callback function: EXT1 */
#define  PANEL_HAO_FSK_Int1              5       /* callback function: INT1 */
#define  PANEL_HAO_Noise1                6       /* callback function: NOIS1 */
#define  PANEL_HAO_Pulse1                7       /* callback function: PULS1 */
#define  PANEL_HAO_Ramp1                 8       /* callback function: RAMP1 */
#define  PANEL_HAO_Square1               9       /* callback function: SQU1 */
#define  PANEL_HAO_Sine1                 10      /* callback function: SIN1 */
#define  PANEL_HAO_TEXTBOX_4             11      /* callback function: FREQ4 */
#define  PANEL_HAO_TEXTBOX_3             12      /* callback function: FREQ3 */


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

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


     /* Callback Prototypes: */ 

int  CVICALLBACK EXT1(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK FREQ3(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK FREQ4(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK INT1(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK NOIS1(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK PULS1(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK QUIT(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK RAMP1(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SIN1(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SQU1(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);


#ifdef __cplusplus
    }
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -