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

📄 gpsnavview.h

📁 程序实现了PDA对手持型GPS的导航设计。用一个串口类控制串口通讯
💻 H
字号:
// GpsNavView.h : interface of the CGpsNavView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_GPSNAVVIEW_H__AE334BA4_3963_4D38_82C1_52EA26A29FC0__INCLUDED_)
#define AFX_GPSNAVVIEW_H__AE334BA4_3963_4D38_82C1_52EA26A29FC0__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "GpsNavDoc.h"
class CGpsNavView : public CFormView
{
protected: // create from serialization only
	CGpsNavView();
	DECLARE_DYNCREATE(CGpsNavView)

public:
	//{{AFX_DATA(CGpsNavView)
	enum { IDD = IDD_SETUP };
	//}}AFX_DATA

// Attributes
public:
	CGpsNavDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CGpsNavView)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CGpsNavView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CGpsNavView)
	afx_msg void OnSelchangeFormat();
	afx_msg void OnStart();
	afx_msg void OnTo();
	afx_msg void OnFrom();
	afx_msg void OnWptset();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in GpsNavView.cpp
inline CGpsNavDoc* CGpsNavView::GetDocument()
   { return (CGpsNavDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_GPSNAVVIEW_H__AE334BA4_3963_4D38_82C1_52EA26A29FC0__INCLUDED_)

⌨️ 快捷键说明

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