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

📄 ni_gpibctrl.h

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

#if !defined(AFX_NI_GPIBCTRL_H__B3C46C94_3BF3_4A36_93FE_77C1993A80AD__INCLUDED_)
#define AFX_NI_GPIBCTRL_H__B3C46C94_3BF3_4A36_93FE_77C1993A80AD__INCLUDED_

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

#include "Decl-32.h"

class CNI_GPIBCtrl  
{
public:
	double ReadCarrierWaveFreq();
	float ReadCHP(int iTestChannel);
	bool CheckThirdMask(int iTestChannel);
	void SetTestChannel(int iTestChannel); //--
	int GetSA();
	int GetGPIB();

	bool InitSA(); //--
	void Reset_Instruments(); //--
	bool Check_Instrument(); //--
	void OffLine(); //--

	void SetSA(int num); //--
	void SetGPIB(int num); //--

	CNI_GPIBCtrl();
	virtual ~CNI_GPIBCtrl();

protected:
	Addr4882_t	Instruments [32];            // Array of primary addresses
	int GPIB0;			
	int	SA_Addr; 	
};

#endif // !defined(AFX_NI_GPIBCTRL_H__B3C46C94_3BF3_4A36_93FE_77C1993A80AD__INCLUDED_)

⌨️ 快捷键说明

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