⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hp3478a.h

📁 用于惠普3478a万用表的编程驱动
💻 H
字号:

/* = HP 3478A Multimeter Include File ===================================== */

#ifndef __hp3478a_HEADER
#define __hp3478a_HEADER

#if defined(__cplusplus) || defined(__cplusplus__)
extern "C" {
#endif

/* = GLOBAL FUNCTION DECLARATIONS =========================================== */
void hp3478a_init (int address);
void hp3478a_setup (int autozero, int display, char message[]);
void hp3478a_config_and_measure (int function, int range, int trigger,
                                 double *measurement);
void hp3478a_config (int function, int range, int trigger);
void hp3478a_measure (double *measurement);
void hp3478a_close (void);

/* = GLOBAL VARIABLE DECLARATIONS =========================================== */
/*  Global error variable for the instrument module  */
extern int hp3478a_err;

#if defined(__cplusplus) || defined(__cplusplus__)
}
#endif

/*****************************************************************************/
/*=== END INCLUDE FILE ======================================================*/
/*****************************************************************************/

#endif

⌨️ 快捷键说明

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