1 Star 0 Fork 1

Jason.shen1984/组合导航串口数据采集软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SerialAssistant.h 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
TMRNic 提交于 2023-05-05 10:55 . init

// SerialAssistant.h: PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含 'pch.h' 以生成 PCH"
#endif
#include "resource.h" // 主符号
// CSerialAssistantApp:
// 有关此类的实现,请参阅 SerialAssistant.cpp
//
class CSerialAssistantApp : public CWinApp
{
public:
CSerialAssistantApp();
// 重写
public:
virtual BOOL InitInstance();
// 实现
DECLARE_MESSAGE_MAP()
};
extern CSerialAssistantApp theApp;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jason-shen1984/IntNavSerialAssistant.git
git@gitee.com:jason-shen1984/IntNavSerialAssistant.git
jason-shen1984
IntNavSerialAssistant
组合导航串口数据采集软件
master

搜索帮助