SSPC-Tester/Driver/UDP5080-100/UNI-T SDK/examples/UCI/CVI/UCIDEMO/UCIDEMO.h
2026-06-30 12:10:29 +08:00

38 lines
1.4 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 /* callback function: panelCB */
#define PANEL_COMMANDBUTTON 2 /* callback function: _Read */
#define PANEL__numFreq 3
#define PANEL_TIMER 4 /* callback function: _timer */
/* 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);
int CVICALLBACK _timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK panelCB(int panel, int event, void *callbackData, int eventData1, int eventData2);
#ifdef __cplusplus
}
#endif