参数从文件读取完成
This commit is contained in:
@@ -852,9 +852,9 @@ void ParameterInspector::ParamsDecode(QString fileName)
|
||||
|
||||
char *id = ItemList[2].data();
|
||||
|
||||
memcpy(param_value.param_id,id,16);
|
||||
memcpy(param_value.param_id,param_id(id),16);
|
||||
|
||||
//param_value.param_id = param_id(param_value.param_id);
|
||||
//param_value.param_id = param_id(id);
|
||||
|
||||
|
||||
param_value.param_count = LineList.size();
|
||||
@@ -874,7 +874,8 @@ void ParameterInspector::ParamsDecode(QString fileName)
|
||||
<< param_value.param_index
|
||||
<< param_value.param_type
|
||||
<< ItemList.at(3)
|
||||
<< ItemList.size();
|
||||
<< ItemList.size()
|
||||
<< ItemList[2].size();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user