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

📄 multhread.h

📁 高速公路收费系统车道软件. 功能: 1 检测公路过往车辆 2 收费过程控制和数据采集 3 车辆信息和图片上传服务器.
💻 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 + -