mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
Apply clang tidy checks: readability-isolate-declaration, readability-inconsistent-declaration-parameter-name
This commit is contained in:
parent
38a7db4740
commit
5d78b87dbb
@ -442,7 +442,8 @@ Ad9361FpgaSignalSource::Ad9361FpgaSignalSource(const ConfigurationInterface *con
|
|||||||
enable_dynamic_bit_selection_ = configuration->property(role + ".enable_dynamic_bit_selection", true);
|
enable_dynamic_bit_selection_ = configuration->property(role + ".enable_dynamic_bit_selection", true);
|
||||||
if (enable_dynamic_bit_selection_)
|
if (enable_dynamic_bit_selection_)
|
||||||
{
|
{
|
||||||
std::string device_io_name_dyn_bit_sel_0, device_io_name_dyn_bit_sel_1;
|
std::string device_io_name_dyn_bit_sel_0;
|
||||||
|
std::string device_io_name_dyn_bit_sel_1;
|
||||||
|
|
||||||
// find the uio device file corresponding to the dynamic bit selector 0 module.
|
// find the uio device file corresponding to the dynamic bit selector 0 module.
|
||||||
if (find_uio_dev_file_name(device_io_name_dyn_bit_sel_0, dyn_bit_sel_device_name, 0) < 0)
|
if (find_uio_dev_file_name(device_io_name_dyn_bit_sel_0, dyn_bit_sel_device_name, 0) < 0)
|
||||||
|
@ -75,8 +75,8 @@ private:
|
|||||||
// sample block size when running in post-processing mode
|
// sample block size when running in post-processing mode
|
||||||
const int sample_block_size = 16384;
|
const int sample_block_size = 16384;
|
||||||
|
|
||||||
void run_DMA_process(const std::string &Filename1,
|
void run_DMA_process(const std::string &filename0,
|
||||||
const std::string &Filename2,
|
const std::string &filename1,
|
||||||
uint64_t &samples_to_skip,
|
uint64_t &samples_to_skip,
|
||||||
size_t &item_size,
|
size_t &item_size,
|
||||||
uint64_t &samples,
|
uint64_t &samples,
|
||||||
|
Loading…
Reference in New Issue
Block a user