?? simulategps.h
字號(hào):
// SimulateGPS.h : main header file for the SIMULATEGPS application
//
#if !defined(AFX_SIMULATEGPS_H__57B58008_6F6A_45DC_855D_0D8F8E442E6E__INCLUDED_)
#define AFX_SIMULATEGPS_H__57B58008_6F6A_45DC_855D_0D8F8E442E6E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
#include "Serial.h"
/////////////////////////////////////////////////////////////////////////////
// CSimulateGPSApp:
// See SimulateGPS.cpp for the implementation of this class
//
class CSimulateGPSApp : public CWinApp
{
public:
CSimulateGPSApp();
CSeWorkSpace m_WorkSpace;
//模擬參數(shù)定義
int m_Speed; // 行駛速度
int m_PlaySpeed; // 播放速度
int m_Distance; // 播報(bào)距離
int m_GPSPort;
int m_GPSBaud;
int m_InPort;
int m_InBaud;
CSerial m_PlaySerial; // 報(bào)播串口
CSerial m_ReceiveSerial;// 接受串口
bool m_bPlayReady; // 報(bào)播串口初始化狀態(tài)
bool m_bReciveReady; // 接受串口初始化狀態(tài)
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSimulateGPSApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CSimulateGPSApp)
afx_msg void OnAppAbout();
afx_msg void OnAppExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SIMULATEGPS_H__57B58008_6F6A_45DC_855D_0D8F8E442E6E__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -