From 5a8bbd2426aeacdbbb2fdb1a7f7a1adce0cac7f9 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期五, 01 八月 2025 16:23:29 +0800 Subject: [PATCH] 1. 新增以下功能函数并集成: - InitStorage():初始化存储区域 - StartStorage():开始数据存储 - StopStorage():停止存储并自动提取、分析数据 - AnalyzeStoredData():分析指定端口数据,返回偏移量 --- SourceCode/Bond/SGMeasurement/SGMeasurement.vcxproj.user | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/SGMeasurement/SGMeasurement.vcxproj.user b/SourceCode/Bond/SGMeasurement/SGMeasurement.vcxproj.user new file mode 100644 index 0000000..b42b538 --- /dev/null +++ b/SourceCode/Bond/SGMeasurement/SGMeasurement.vcxproj.user @@ -0,0 +1,6 @@ +锘�<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <RESOURCE_FILE>SGMeasurement.rc</RESOURCE_FILE> + </PropertyGroup> +</Project> \ No newline at end of file -- Gitblit v1.9.3