ni_gpibctrl.h

来自「这个是无线网卡WirelessLAN 测试程序NDIS」· C头文件 代码 · 共 42 行

H
42
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?