配置生成逻辑优化
This commit is contained in:
@@ -28,9 +28,9 @@ public:
|
||||
Get_J(sample_rate);
|
||||
Get_J(fft_point_number);
|
||||
}
|
||||
void from_json(const Psc::JSON* that_json, bool not_exist_use_default_value) {
|
||||
Base_DSP::from_base_json(that_json, not_exist_use_default_value);
|
||||
DSP_Config_Data::from_base_json(that_json, not_exist_use_default_value);
|
||||
void from_json(const Psc::JSON* that_json) {
|
||||
Base_DSP::from_base_json(that_json);
|
||||
DSP_Config_Data::from_base_json(that_json);
|
||||
}
|
||||
Psc::JSON to_base_json() const {
|
||||
return Base_DSP::to_base_json() += DSP_Config_Data::to_base_json();
|
||||
|
||||
Reference in New Issue
Block a user