Jiqi1.h
资源名称:心跳检测.rar [点击查看]
上传用户:dtengfei
上传日期:2013-01-16
资源大小:393k
文件大小:1k
源码类别:
医药行业
开发平台:
Visual C++
- #if !defined(AFX_JIQI1_H__96C8BFA1_B33B_11D7_BB61_FB97E1C84959__INCLUDED_)
- #define AFX_JIQI1_H__96C8BFA1_B33B_11D7_BB61_FB97E1C84959__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Jiqi1.h : header file
- //
- #include "Control.h"
- /////////////////////////////////////////////////////////////////////////////
- // CJiqi thread
- class CJiqi : public CWinThread
- {
- DECLARE_DYNCREATE(CJiqi)
- protected:
- CJiqi(); // protected constructor used by dynamic creation
- // Attributes
- public:
- struct ThreadPoint{
- double data[100000];
- double data1[10000];
- int PointNumber;
- BOOL runing;
- int WholeNumber;
- }TP;
- UINT m_MainThreadID;
- HWND hMainWnd;
- // Operations
- public:
- void QuitPrg();
- void Work(LPARAM lParam);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CJiqi)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CJiqi();
- // Generated message map functions
- //{{AFX_MSG(CJiqi)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_JIQI1_H__96C8BFA1_B33B_11D7_BB61_FB97E1C84959__INCLUDED_)