stdafx.cpp

来自「这是一个用于工控的上位机系统」· C++ 代码 · 共 23 行

CPP
23
字号
// stdafx.cpp : source file that includes just the standard includes
//	TempHumSystem.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

unsigned char m1,m2,m3,m4,m5,m6;
int m_state;

unsigned char ComData[11];//串口接收缓存
int ComDatacount = 0;//串口接收计数器

CString n_Name;

BOOL OnLogRecord = FALSE;//是否已开启日子记录

int LogTime;//日记记录时间间隔单位秒

int LogTimeCount = 0;//时间计数器

CString strfilepath;//获取数据文件的文件路径

⌨️ 快捷键说明

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