33220.h

来自「我做的一个cvi数据采集的程序」· C头文件 代码 · 共 53 行

H
53
字号
/**************************************************************************/
/* 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 + =
减小字号Ctrl + -
显示快捷键?