telthread.h

来自「此程序利用串口读取民航AFTN电报网中的AFTN信息」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_TELTHREAD_H__DE672A51_3C9C_11D6_93A4_005004BE5A85__INCLUDED_)
#define AFX_TELTHREAD_H__DE672A51_3C9C_11D6_93A4_005004BE5A85__INCLUDED_

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



/////////////////////////////////////////////////////////////////////////////
// CTelThread thread

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

// Attributes
public:

// Operations
public:
	long m_nTelCount;

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

// Implementation
protected:
	virtual ~CTelThread();
	afx_msg LONG TelRecieve(UINT wParam,LONG lParam);

	// Generated message map functions
	//{{AFX_MSG(CTelThread)
		// 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.
static CString strtempTelThread;
#endif // !defined(AFX_TELTHREAD_H__DE672A51_3C9C_11D6_93A4_005004BE5A85__INCLUDED_)

⌨️ 快捷键说明

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