?? gpsset.h
字號(hào):
// GPSSet.h : interface of the CGPSSet class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_GPSSET_H__3547C3CB_676B_48B3_8CBD_16FBF591EC9B__INCLUDED_)
#define AFX_GPSSET_H__3547C3CB_676B_48B3_8CBD_16FBF591EC9B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CGPSSet : public CRecordset
{
public:
CGPSSet(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CGPSSet)
// Field/Param Data
//{{AFX_FIELD(CGPSSet, CRecordset)
CString m_Altitude;
CString m_hdop;
CString m_SatellitesUsed;
double m_TX;
double m_TY;
CString m_latitude;
CString m_longitude;
long m_ID;
CString m_time;
CString m_CANdata;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGPSSet)
public:
virtual CString GetDefaultConnect(); // Default connection string
virtual CString GetDefaultSQL(); // default SQL for Recordset
virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
//}}AFX_VIRTUAL
// Implementation
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GPSSET_H__3547C3CB_676B_48B3_8CBD_16FBF591EC9B__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -