multhread.h
来自「高速公路收费系统车道软件. 功能: 1 检测公路过往车辆 2 收费过程控制和数」· C头文件 代码 · 共 26 行
H
26 行
// 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 + =
减小字号Ctrl + -
显示快捷键?