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

📄 gpibctrl.h

📁 这个是无线网卡WirelessLAN 测试程序NDIS
💻 H
字号:
// GPIBCtrl.h: interface for the CGPIBCtrl class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_GPIBCTRL_H__ED1DDD1A_A694_442A_88C1_26D2CD079DFA__INCLUDED_)
#define AFX_GPIBCTRL_H__ED1DDD1A_A694_442A_88C1_26D2CD079DFA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define NI_IFACE	0
#define A_IFACE		1	

#include "NI_GPIBCtrl.h"
#include "Agilent_GPIBCtrl.h"

class CGPIBCtrl  
{
public:
	double ReadCWF();
	float ReadCHP(int dCh);
	bool CheckSidelobe(int dCh);
	INT GetIFace();
	INT GetSA();
	INT GetGPIB();
	void SetTestChannel(int dTestCh);
	void InitSA();
	void ResetInstrument();
	bool CheckInstrument();
	void OffLine();
	void SetSA(int num);
	void SetGPIB(int num);
	void SetIFace(int indes);
	CAgilent_GPIBCtrl* Ag_GPIB;
	CNI_GPIBCtrl* NI_GPIB;

	CGPIBCtrl();
	virtual ~CGPIBCtrl();

protected:
	int Iface;
};

#endif // !defined(AFX_GPIBCTRL_H__ED1DDD1A_A694_442A_88C1_26D2CD079DFA__INCLUDED_)

⌨️ 快捷键说明

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