?? beaconmanage.h
字號:
// BeaconManage.h: interface for the CBeaconManage class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BEACONMANAGE_H__64C31E4E_426C_4BD9_AFFC_1E325D905CCB__INCLUDED_)
#define AFX_BEACONMANAGE_H__64C31E4E_426C_4BD9_AFFC_1E325D905CCB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "structdefine.h"
#define SCHEMA_BEACON 1
class CBeaconManage :public CCmdTarget
{
public:
DECLARE_SERIAL(CBeaconManage)
CArray<BEACON,BEACON>* GetBeaconList();
CBeaconManage();
BOOL IsBeaconAvailable();
virtual ~CBeaconManage();
void DrawBeacon(mwArray mwhAxis);
protected:
CArray<BEACON,BEACON> m_beaconList;
public:
BOOL m_bIsBeaconAvailable;
UINT m_iAvailableBCIndex;
public:
double m_dMavInitErDisAir;
double m_dMavInitErDisGround;
double m_dMavTimeDisAir;
double m_dMavTimeDisGround;
double m_dMavWhiteErDisAir;
double m_dMavWhiteErDisGround;
double m_dBlindAir;
double m_dBlindGround;
double m_dMavInitErAzAir;
double m_dMavInitErAzGround;
double m_dMavTimeAzAir;
double m_dMavTimeAzGround;
double m_MavWhiteErAzAir;
double m_MavWhiteErAzGround;
double m_dDistAir;
double m_dDistGround;
double m_dFreq;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBeaconManage)
public:
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Generated message map functions
protected:
//{{AFX_MSG(CBeaconManage)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_BEACONMANAGE_H__64C31E4E_426C_4BD9_AFFC_1E325D905CCB__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -