From 84f0aee88576292009c289de7c3d3db9a5f3c0c2 Mon Sep 17 00:00:00 2001 From: constzpc <66413177+constzpc@users.noreply.github.com> Date: Sun, 10 Dec 2023 09:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B4=E4=BF=A1=E6=81=AF=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cot_param.c | 6 +++--- cot_param.h | 1 - cot_param_cfg.h | 1 - cot_param_type.h | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/cot_param.c b/cot_param.c index b09ea53..1a081a2 100644 --- a/cot_param.c +++ b/cot_param.c @@ -3,13 +3,13 @@ * @file cot_param.c * @brief 该文件提供参数管理框架功能 * @author const_zpc any question please send mail to const_zpc@163.com - * @version V1.0 - * @date 2023-12-08 + * @version V2.0 + * @date 2023-12-10 * * @details 功能详细说明: * + 参数修改和重置管理 * + 参数序列化和反序列化 - * + * 数据序列化格式: * | 支持数目(1) | 数据1的长度和ID(0.5+0.5) | 数据1(n) | 数据2的长度和ID(1) | 数据2(n) | 数据3的长度和ID(1) | 数据3(n) | * | 支持数目(1) | 数据1的长度和ID(1.0+1.0) | 数据1(n) | 数据2的长度和ID(2) | 数据2(n) | 数据3的长度和ID(2) | 数据3(n) | * | 支持数目(1) | 数据1的长度和ID(1.5+1.5) | 数据1(n) | 数据2的长度和ID(3) | 数据2(n) | 数据3的长度和ID(3) | 数据3(n) | diff --git a/cot_param.h b/cot_param.h index 7c2e3da..927ce62 100644 --- a/cot_param.h +++ b/cot_param.h @@ -3,7 +3,6 @@ * @file cot_param.h * @brief 该文件提供参数管理框架所有函数原型 * @author const_zpc any question please send mail to const_zpc@163.com - * @date 2023-12-08 ********************************************************************************************************************** * ********************************************************************************************************************** diff --git a/cot_param_cfg.h b/cot_param_cfg.h index 592b68e..3062b50 100644 --- a/cot_param_cfg.h +++ b/cot_param_cfg.h @@ -3,7 +3,6 @@ * @file cot_param_cfg.h * @brief 该文件提供参数管理框架相关配置选项 * @author const_zpc any question please send mail to const_zpc@163.com - * @date 2023-12-08 ********************************************************************************************************************** * ********************************************************************************************************************** diff --git a/cot_param_type.h b/cot_param_type.h index 97a00b2..1898ed8 100644 --- a/cot_param_type.h +++ b/cot_param_type.h @@ -3,7 +3,6 @@ * @file cot_param_type.h * @brief 该文件提供参数管理框架所有函数原型 * @author const_zpc any question please send mail to const_zpc@163.com - * @date 2023-12-08 ********************************************************************************************************************** * **********************************************************************************************************************