sample3.h

来自「用CVI开发的滤波程序」· C头文件 代码 · 共 45 行

H
45
字号
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
/* Copyright (c) National Instruments 2004. 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_GRAPH1                    2
#define  PANEL_GRAPH2                    3
#define  PANEL_EXIT                      4       /* callback function: Tuichu */
#define  PANEL_ACTION                    5       /* callback function: Zhixing */
#define  PANEL_RING                      6       /* callback function: Filtertype */
#define  PANEL_RIPPLE                    7
#define  PANEL_SAMPLEFRE                 8
#define  PANEL_CUTOFF                    9
#define  PANEL_ORDER                     10
#define  PANEL_ATTENUATION               11


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

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


     /* Callback Prototypes: */ 

int  CVICALLBACK Filtertype(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK Tuichu(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK Zhixing(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);


#ifdef __cplusplus
    }
#endif

⌨️ 快捷键说明

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