From 5e97faee89d79c2b7a7867944ee7c1105a1c10c1 Mon Sep 17 00:00:00 2001 From: sola.lu <sola.lu@greentest.com.cn> Date: 周五, 11 4月 2025 17:30:50 +0800 Subject: [PATCH] 1. 注释动态库生成 --- examples/test-CVI_w_GUI/TestLibscpi.h | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/test-CVI_w_GUI/TestLibscpi.h b/examples/test-CVI_w_GUI/TestLibscpi.h index 0e72c01..cbe48ff 100644 --- a/examples/test-CVI_w_GUI/TestLibscpi.h +++ b/examples/test-CVI_w_GUI/TestLibscpi.h @@ -9,10 +9,10 @@ #include <userint.h> #ifdef __cplusplus - extern "C" { +extern "C" { #endif - /* Panels and Controls: */ + /* Panels and Controls: */ #define PANEL 1 #define PANEL_OUTPUTDEBUG 2 /* control type: textBox, callback function: (none) */ @@ -75,22 +75,22 @@ #define PANEL_LEDSRQ 59 /* control type: LED, callback function: (none) */ - /* Control Arrays: */ + /* Control Arrays: */ - /* (no control arrays in the resource file) */ + /* (no control arrays in the resource file) */ - /* Menu Bars, Menus, and Menu Items: */ + /* Menu Bars, Menus, and Menu Items: */ - /* (no menu bars in the resource file) */ + /* (no menu bars in the resource file) */ - /* Callback Prototypes: */ + /* Callback Prototypes: */ -int CVICALLBACK cb_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); -int CVICALLBACK cb_scpi_input(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); + int CVICALLBACK cb_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); + int CVICALLBACK cb_scpi_input(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus - } +} #endif -- Gitblit v1.9.1