diint.h

来自「16 relay output channels and 16 isolated」· C头文件 代码 · 共 46 行

H
46
字号
// DiInt.h : main header file for the DiInt application
//

#if !defined(AFX_FDIGIT_H__924D6B45_6707_11D1_B3C6_00C06C008DD6__INCLUDED_)
#define AFX_FDIGIT_H__924D6B45_6707_11D1_B3C6_00C06C008DD6__INCLUDED_

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols

/////////////////////////////////////////////////////////////////////////////
// CFDigitalInApp:
// See FDIGIT.cpp for the implementation of this class
//

class CDiIntApp : public CWinApp
{
public:
	CDiIntApp();

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

// Implementation

	//{{AFX_MSG(CDiIntApp)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


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

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_FDIGIT_H__924D6B45_6707_11D1_B3C6_00C06C008DD6__INCLUDED_)

⌨️ 快捷键说明

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