mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
clang-tidy: apply performance-unnecessary-value-param fix
This commit is contained in:
parent
e4a39188f5
commit
fb0093aaab
@ -189,7 +189,7 @@ bool config_ad9361_rx_local(uint64_t bandwidth_,
|
||||
bool quadrature_,
|
||||
bool rfdc_,
|
||||
bool bbdc_,
|
||||
std::string filter_source_,
|
||||
const std::string& filter_source_,
|
||||
std::string filter_filename_,
|
||||
float Fpass_,
|
||||
float Fstop_)
|
||||
@ -409,7 +409,7 @@ bool config_ad9361_rx_remote(const std::string &remote_host,
|
||||
bool quadrature_,
|
||||
bool rfdc_,
|
||||
bool bbdc_,
|
||||
std::string filter_source_,
|
||||
const std::string& filter_source_,
|
||||
std::string filter_filename_,
|
||||
float Fpass_,
|
||||
float Fstop_)
|
||||
|
@ -93,7 +93,7 @@ bool config_ad9361_rx_local(uint64_t bandwidth_,
|
||||
bool quadrature_,
|
||||
bool rfdc_,
|
||||
bool bbdc_,
|
||||
std::string filter_source_,
|
||||
const std::string& filter_source_,
|
||||
std::string filter_filename_,
|
||||
float Fpass_,
|
||||
float Fstop_);
|
||||
|
Loading…
Reference in New Issue
Block a user