📄 multhread.h
字号:
// MulThread.h: interface for the CMulThread class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MULTHREAD_H__6AD9E7B6_A910_4CA3_90B3_E118A922B53D__INCLUDED_)
#define AFX_MULTHREAD_H__6AD9E7B6_A910_4CA3_90B3_E118A922B53D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <sys/timeb.h>
UINT CheckTimer(LPVOID pParam); //定时器线程
UINT MulportComm(LPVOID pParam); //串口接收线程
UINT SavePicture(LPVOID pParam); //图片存贮、压缩线程
UINT PrintThread(LPVOID pParam);
struct TimerStruct {
char Active;
unsigned int TimerValue;
struct timeb StartTime;
};
#endif // !defined(AFX_MULTHREAD_H__6AD9E7B6_A910_4CA3_90B3_E118A922B53D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -