embest_gpsdlg.h

来自「英蓓特公司教学系统中的一个gps源代码 用的是nema协议中的最小推荐语句读取」· C头文件 代码 · 共 63 行

H
63
字号
// Embest_GPSDlg.h : header file
//

#if !defined(AFX_EMBEST_GPSDLG_H__BADD7AD9_4CC8_434E_B146_56D170B4E31D__INCLUDED_)
#define AFX_EMBEST_GPSDLG_H__BADD7AD9_4CC8_434E_B146_56D170B4E31D__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

/////////////////////////////////////////////////////////////////////////////
// CEmbest_GPSDlg dialog

class CEmbest_GPSDlg : public CDialog
{
// Construction
public:
	CEmbest_GPSDlg(CWnd* pParent = NULL);	// standard constructor
	void response(BYTE* point,int bufLen);
	int m_nTimer;
// Dialog Data
	//{{AFX_DATA(CEmbest_GPSDlg)
	enum { IDD = IDD_EMBEST_GPS_DIALOG };
	CStatic	m_NorSou;
	CStatic	m_EasWes;
	CButton	m_ctrlOpenPort;
	CStatic	m_ctrlPortStatus;
	CString	m_Time;
	CString	m_North;
	CString	m_East;
	CString	m_Date;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
    void play();
	// Generated message map functions
	//{{AFX_MSG(CEmbest_GPSDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonOpen();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnDestroy();
	afx_msg void OnStaticStatus();
	afx_msg void OnStaticNorsou();
	afx_msg void OnChangeEditDate();
	afx_msg void OnStaticEaswes();
	afx_msg void OnChangeEditTime();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_EMBEST_GPSDLG_H__BADD7AD9_4CC8_434E_B146_56D170B4E31D__INCLUDED_)

⌨️ 快捷键说明

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