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

📄 vc_ad_testview.h

📁 ad板数据采集程序
💻 H
字号:
// VC_AD_TESTView.h : interface of the CVC_AD_TESTView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_VC_AD_TESTVIEW_H__12DB6FA1_373E_4D3B_B670_8238D3CDECC4__INCLUDED_)
#define AFX_VC_AD_TESTVIEW_H__12DB6FA1_373E_4D3B_B670_8238D3CDECC4__INCLUDED_

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


class CVC_AD_TESTView : public CView
{
protected: // create from serialization only
	CVC_AD_TESTView();
	DECLARE_DYNCREATE(CVC_AD_TESTView)
	bool channels[12];
	int m_samplerate;
// Attributes
public:
	CVC_AD_TESTDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CVC_AD_TESTView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
unsigned short voa1[1000];
unsigned short voa0[1000];
	float m_inputrange;
	virtual ~CVC_AD_TESTView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CVC_AD_TESTView)
	afx_msg void OnVariebles();
	afx_msg void OnStart();
	afx_msg void OnMagicconfig();
	afx_msg void OnStarmagicsan();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in VC_AD_TESTView.cpp
inline CVC_AD_TESTDoc* CVC_AD_TESTView::GetDocument()
   { return (CVC_AD_TESTDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_VC_AD_TESTVIEW_H__12DB6FA1_373E_4D3B_B670_8238D3CDECC4__INCLUDED_)

⌨️ 快捷键说明

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