com.h
来自「一个基于LABwindowsCVI和单片机的串口双向通讯程序」· C头文件 代码 · 共 39 行
H
39 行
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2008. 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_comsend 2 /* callback function: comsend */
#define PANEL_quit 3 /* callback function: quit */
#define PANEL_STRING 4
#define PANEL_TIMER 5 /* callback function: timefun */
/* Menu Bars, Menus, and Menu Items: */
/* (no menu bars in the resource file) */
/* Callback Prototypes: */
int CVICALLBACK comsend(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 timefun(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?