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 ********************************************************************************************************************** * **********************************************************************************************************************