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

📄 motordlgblanke.h

📁 一个用于无刷直流电动机的驱动与控制程序.里面所用的采集卡的型号为MC08.
💻 H
字号:
#if !defined(AFX_MOTORDLGBLANKE_H__0AD4D219_CD52_4A89_87A3_88C4EC5CCF82__INCLUDED_)
#define AFX_MOTORDLGBLANKE_H__0AD4D219_CD52_4A89_87A3_88C4EC5CCF82__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MotorDlgBlanke.h : header file
//
#include "MotorCtrol.h"

/////////////////////////////////////////////////////////////////////////////
// MotorDlgBlanke dialog

class MotorDlgBlanke : public CDialog
{
// Construction
public:	
	MotorDlgBlanke(CWnd* pParent = NULL);   // standard constructor
// Dialog Data
	//{{AFX_DATA(MotorDlgBlanke)
	enum { IDD = IDD_MOTORDIALOG_BLANKE };
	CComboBox	m_cModlgblnDirect;
	double	m_dModlgblnNtangle;
	double	m_dModlgblnPtangle;
	double	m_dModlgblnSpeed;
	//}}AFX_DATA
	MotorCtrol motorblnkDlg;//电机控制类

	BOOL m_bSelfchekflag;//设备自检标志

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(MotorDlgBlanke)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(MotorDlgBlanke)
	virtual BOOL OnInitDialog();
	afx_msg void OnBumodlgblnInit();
	afx_msg void OnBumodlgblnStart();
	afx_msg void OnBumodlgblnStop();
	afx_msg void OnBumodlgblnFinish();
	//}}AFX_MSG
	//手动添加,空程回差试验中打开数据的消息响应函数
	afx_msg void OnOpendata(WPARAM wParam, LPARAM lParam);
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MOTORDLGBLANKE_H__0AD4D219_CD52_4A89_87A3_88C4EC5CCF82__INCLUDED_)

⌨️ 快捷键说明

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