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

📄 iothread.h

📁 USB便携式多通道分析仪的PC端软件
💻 H
字号:
#if !defined(AFX_IOTHREAD_H__F36CC225_B6BC_4940_B810_1F2E190EBF1B__INCLUDED_)
#define AFX_IOTHREAD_H__F36CC225_B6BC_4940_B810_1F2E190EBF1B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IOThread.h : header file
//


/////////////////////////////////////////////////////////////////////////////
// CIOThread thread

class CIOThread : public CWinThread
{
	DECLARE_DYNCREATE(CIOThread)
protected:
	CIOThread();           // protected constructor used by dynamic creation

// Attributes
public:

protected:
	bool bOnCollect();
	HANDLE hDev;				//文件句柄 by ming
	ULONG  nOutput;//NEED

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CIOThread)
	public:
	virtual BOOL InitInstance();
	virtual int ExitInstance();
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CIOThread();

	// Generated message map functions
	//{{AFX_MSG(CIOThread)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_IOTHREAD_H__F36CC225_B6BC_4940_B810_1F2E190EBF1B__INCLUDED_)

⌨️ 快捷键说明

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